Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python programming a program that gets 6 digits in range of 0 to 5 as grades of a student and place them in a list

Python programming

a program that gets 6 digits in range of 0 to 5 as grades of a student and place them in a list and gets the name of the student and his/her gender and from the list prints the sum, sub, average, and if the average is grater than 1 he/she pass and if it is less than 1 he/she fails. if the gender is male print "mr" before the his name and if the gender is female put "Mrs" before her name.

output should be like this:

sum: () sub:() average:()

Hi (Mr, Mrs) (students name)

you (failed/ passed).

a Python program with a list of 12 grades (no input required).

  • Calculate the average in three ways using for loop, sum function, and mean function.
  • Calculate the median using median function and without using the median function
  • Calculate the mode using the mode function.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

+Examine each aspect of self-appraisal in detail.

Answered: 1 week ago