Commit 50ed4d5b by BellCodeEditor

save project

parent 95493e5a
Showing with 14 additions and 0 deletions
student1 = {}
student2={}
student3={}
score = {"悟空":student1,"诺伊":student2,"小贝":student3}
while True:
name = input("请输入你的名字:)
if name in score:
a=score[name]
for k,v in a.items():
print(k,v)
else:
print("输入")
\ No newline at end of file
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