Commit e01018e5 by BellCodeEditor

auto save

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