Commit 1a59c351 by BellCodeEditor

save project

parent b3205640
Showing with 7 additions and 7 deletions
......@@ -2,16 +2,16 @@ a1={'w':23,'z':45,'t':65}
a2={'w':23,'z':45,'t':65}
a3={'w':23,'z':45,'t':65}
score={'d':a1,'r':a2,'u':a3}
while True :
print("输如名子。按Q退出")
name=input("名子。/n")
if name in score :
while True :
print("输如名子。按Q退出")
name=input("名子。/n")
if name in score:
a = score[name]
print("*"*30)
for k,y in a.items():
print(k,y)
break
elif name="q":
print(k,y)
break
elif name=="q":
break
else:
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