Commit 2da884b1 by BellCodeEditor

save project

parent 886c5b43
Showing with 8 additions and 3 deletions
......@@ -14,12 +14,16 @@ if name in score:
else:
print('你个傻呗,自己的名字都写错了')
'''
name=input('请输入你这个傻呗的名字[中指]:')
if name in score:
while True:
name=input('请输入你这个傻呗的名字,退出请输入q[中指]:')
if name in score:
print('*'*30)
for k,v in score[name].items():
print(k,v)
print('你个辣鸡')
print('*'*30)
else:
elif name=='q':
print('程序结束,欢迎下次光临,傻呗,再也不见!')
break
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