Computer Science, asked by vsubasubashini, 11 months ago

write Python program that accepts marks in 5 subjects and outputs average marks​

Answers

Answered by Anonymous
25

Answer -

a=int(input("Marks In English Core:"))

b=int(input("Marks In Hindi/Mathematics:"))

c=int(input("Marks In Physics:"))

d=int(input("Marks In Chemistry:"))

e=int(input("Marks In Computer Science/Biology:"))

f=(a+b+c+d+e)*100/500.

print("Your Marks In Percentage Is",f,"%")

if f>=33:

→ Hope it will help you ❣️❣️

→ Please mark as Breinliest ❤️❤️

Similar questions