Commit aa6dee67 by BellCodeEditor

save project

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