Commit 6c359f92 by BellCodeEditor

auto save

parent 578e41ee
Showing with 8 additions and 9 deletions
total = [] def add():
while True: x=1
unit= input("请输入:") y=2
if unit== 'q': z=x+y
break return z
else: a=add()
total.append(unit) print(a)
print(total) \ No newline at end of file
\ 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