Commit 9564010b by BellCodeEditor

save project

parent dea2484f
Showing with 3 additions and 3 deletions
...@@ -14,6 +14,6 @@ while 1 : ...@@ -14,6 +14,6 @@ while 1 :
print('*'*30) print('*'*30)
for v,k in a.items(): for v,k in a.items():
print(v,k) print(v,k)
break print('*'*30)
else: else:
print('输入错误') print('输入错误,你个*,名字都会输错')
\ 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