Write a program to input the roll number, name, and marks in five subjects of a student.
Answers
Answered by
1
Answer:
roll = input("enter your roll number") name= input("enter your name") marks [] = total marks =input("enter maximum marks") for i in range(5)
Explanation:
make me a brain list
Similar questions