I am getting a ValueError for the line 4

后端 未结 0 454
傲寒
傲寒 2020-12-24 00:26

Getting value error on code line 4.

n = int(input("enter number of students: "))
list1=[]
for i in range(0,n):
    ele=int(input("enter the sco         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题