Commit 55d57324 by BellCodeEditor

auto save

parent 6fb8704a
Showing with 2 additions and 3 deletions
...@@ -8,11 +8,10 @@ score={'悟空':student1,'诺伊':student2} ...@@ -8,11 +8,10 @@ score={'悟空':student1,'诺伊':student2}
name= input("请输入要查询的名字:")
print("*"*30) print("*"*30)
while True: while True:
pint("") # print("")
name= name= input("请输入要查询的名字:")
info=score[name] info=score[name]
for k,y in score.items(): for k,y in score.items():
print(k,y) print(k,y)
......
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