write a Python program that accepts marks in 5 subjects and input average marks.
Answers
Answered by
0
Answer:
it's the hardest question
Explanation:
I am just joking
Answered by
0
Explanation:
print("English score: 97")
print("Hindi score: 98")
print("Mathematics score: 93")
print("Science score: 96")
print("Social Science score: 100")
print("The average score is:", 97+98+93+96+100/5)
Similar questions