Computer Science, asked by vimalk033, 7 months ago

write a Python program that accepts marks in 5 subjects and input average marks.​

Answers

Answered by opdaksh
0

Answer:

it's the hardest question

Explanation:

I am just joking

Answered by shrutigautam311
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