Commit ee1e6a71 by BellCodeEditor

auto save

parent e745830f
Showing with 1 additions and 0 deletions
...@@ -4,6 +4,7 @@ def new_input(): ...@@ -4,6 +4,7 @@ def new_input():
q= input("请输入:") q= input("请输入:")
if q== 'q': if q== 'q':
break break
else: else:
e.append(q) e.append(q)
print(e) print(e)
......
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