Commit f6035750 by BellCodeEditor

save project

parent ab9d95d2
Showing with 4 additions and 6 deletions
......@@ -9,12 +9,10 @@ def new_input():
else:
total.append(unit)
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
new_input()
print(total)
......
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