Computer Science, asked by lilpeepandx, 10 months ago

write a python program to get marks of 5 subjects english,science,maths,ip,physical education

Answers

Answered by gurukulamdivya
2

here is your Answer:

sub1=int(input("Enter marks of the English: "))

sub2=int(input("Enter marks of the Science: "))

sub3=int(input("Enter marks of the Maths: "))

sub4=int(input("Enter marks of the Ip: "))

sub5=int(input("Enter marks of the Physical education: "))

Answered by acsahjosemon05
2

Answer:

here is your Answer:

sub1=int(input("Enter marks of the English: "))

sub2=int(input("Enter marks of the Science: "))

sub3=int(input("Enter marks of the Maths: "))

sub4=int(input("Enter marks of the Ip: "))

sub5=int(input("Enter marks of the Physical education: "))

Similar questions