creat the following program in Python to add marks in five subject and print the total marks.
Answers
Answered by
0
Explanation:
n= eval(input( "enter marks"))
b= eval( input)
g= eval(input)
h= eval(input)
t= eval(input)
print( n+b+g+h+t)
Similar questions