Commit 6426deba by BellCodeEditor

auto save

parent 6c3860c7
Showing with 14 additions and 8 deletions
total = [] def opp()
while True: total = []
unit= input("请输入:")
if unit== 'q': while True:
break unit= input("请输入:")
else:
total.append(unit)
print(total) if unit== 'q':
break
else:
total.append(unit)
print(total)
opp()
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