Computer Science, asked by ameykindarle5860, 7 months ago

Write a program to input the roll number, name, and marks in five subjects of a student.

Answers

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