Commit 0a5246f1 by BellCodeEditor

save project

parent 4e5761e0
Showing with 2 additions and 1 deletions
...@@ -14,6 +14,6 @@ while True : ...@@ -14,6 +14,6 @@ while True :
print('*'*3) print('*'*3)
for c,t in a.items(): for c,t in a.items():
print(c,t) print(c,t)
break
else: else:
print('f') print('f')
\ 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