Commit 55903578 by BellCodeEditor

save project

parent 7930e533
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ while True:
for a,b in c.items():
print(a,b)
print("*"*50)
elif: if name == 'q'
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