Commit 55903578 by BellCodeEditor

save project

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