write a program to input flie subject mark and print the total and average. (python)
Answers
Answered by
0
write a python program to input five subject marks and print the total and average
# program to input flie subject mark and print the total and average
#you can take name of any subject or their RN
# #all the marks takne should be out of 100
m=float(input("enter your marks entered in maths :"))
e=float(input("enter your marks entered in english :"))
s=float(input("enter your marks entered in science :"))
c=float(input("enter your marks entered in computer :"))
sst=m=float(input("enter your marks entered in social science :"))
t=m+e+s+c+sst
print("you got ",t,"marks")
a=t/500 *100
print("your got an average of ",a)
#created by XxItzAnvayaXx for brainly
[am i the only lass who knows IT]
Attachments:
Similar questions