Alberta Einstein teaches a business class at Podunk University. To evaluate the students in this class, she has given four tests. It is now the end of the semester and Alberta asks you to and write a python program that inputs each student’s test scores and outputs the average score for each student and the overall class average.
Answers
Answered by
0
Answer:
I am relatively new in Python. If I am wrong, let me know in the comments :)
Explanation:
# to know the average of marks
marks=float(raw_input("Enter you marks:"))
average marks obtained*100/ Total marks
print "Average specifications"
print "marks=", marks
print "Full marks=", Full marks
print "Average=", Average
Similar questions