for i in n:
sn = str(input("What is the student's name? "))
sg = eval(input("What is the student's grade? "))
このようなことを行う場合、ユーザーからの入力をどのように保持して保存しますか?
for i in n:
sn = str(input("What is the student's name? "))
sg = eval(input("What is the student's grade? "))
このようなことを行う場合、ユーザーからの入力をどのように保持して保存しますか?