Commit 3b4f028a by BellCodeEditor

save project

parent 891c05dc
Showing with 4 additions and 4 deletions
...@@ -16,9 +16,9 @@ while 1 : ...@@ -16,9 +16,9 @@ while 1 :
for v,k in a.items(): for v,k in a.items():
print(v,k) print(v,k)
print('*'*30) print('*'*30)
elif name== "q ":
break
else: else:
print('输入错误,你个*,名字都会输错') print('输入错误,你个*,名字都会输错')
if name==q:
break \ No newline at end of file
\ 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