Hello
Charlie
Good
Morning
for i in ① :
print("第",i,"位同学")
a=0
for j in ② :
a=a+int(input("请输入第"+str(j)+"科考试成绩:"))
print("该生的总成绩为:",a)