Commit 3c4cd22e by BellCodeEditor

save project

parent 7c92a84a
Showing with 5 additions and 5 deletions
......@@ -7,12 +7,12 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3}
name = input("名字:")
while true():
if name in score:
for k,v score[name].items:
elif:
if print(q):
for k,v in score[name].items:
pass
elif name=='q':
break
else:
print("请输入名字")
else:
print("请输入名字")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment