Computer Science, asked by abc9630, 1 year ago

creat the following program in Python to add marks in five subject and print the total marks.​

Answers

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