Commit 55903578 by BellCodeEditor

save project

parent 7930e533
Showing with 2 additions and 2 deletions
......@@ -13,8 +13,8 @@ while True:
for a,b in c.items():
print(a,b)
print("*"*50)
elif: if name == 'q'
break
elif name == 'q':
break
else:
print("请正确输入名字")
print("*"*50)
......
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