Commit aa6dee67 by BellCodeEditor

save project

parent 1f6f3354
Showing with 4 additions and 4 deletions
...@@ -5,9 +5,9 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3} ...@@ -5,9 +5,9 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3}
while True: while True:
print('uhui') print('姐姐')
name = input("名字:") name = input("姓名:")
print('*'*30) print('*'*100)
if name in score : if name in score :
info = score[name] info = score[name]
for k,v in info.items(): for k,v in info.items():
...@@ -18,7 +18,7 @@ while True: ...@@ -18,7 +18,7 @@ while True:
else: else:
print('输入错误') print('输入错误')
print("*"*1000) print("*"*1000)
print("kkl") 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