Write the output of (Python):
roll number = input ("Enter
input ("Enter your roll no
name = input ("Enter your name?")
marks = input ("Enter your marks:")
for i in range (5)
print ("Name of the student:" name)
print (croll number:", roll number)
print (marks:", marks)
Answers
Answered by
1
Answer:
your input is wrong I checked it
Similar questions