Commit e01018e5 by BellCodeEditor

auto save

parent c626ef5a
Showing with 4 additions and 0 deletions
...@@ -14,6 +14,8 @@ while True : ...@@ -14,6 +14,8 @@ while True :
print('*'*30) print('*'*30)
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
print('*'*30)
break break
else: else:
name = input("请输进正确的名字:") name = input("请输进正确的名字:")
...@@ -22,3 +24,5 @@ while True : ...@@ -22,3 +24,5 @@ while True :
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
print('*'*30)
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