Commit c870e8f6 by BellCodeEditor

save project

parent ac9a87bd
Showing with 16 additions and 10 deletions
total = []
while True:
unit= input("请输入(p退出):") def new_input
if unit== 'q': total = []
break while True:
else: unit= input("请输入(p退出):")
total.append(unit) if unit== 'q':
print(total) break
now_input() else:
\ No newline at end of file total.append(unit)
print(total)
new_input()
\ 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