Commit a46f7285 by BellCodeEditor

auto save

parent 5fcaf3ab
Showing with 19 additions and 8 deletions
total=[] def a():
while True: aaaa=[]
a=input("输入") while True:
print(a)
if a=="q": b=input('输入数字')
print(b)
if b == 'q':
break break
else: else:
total.append(a) try:
print(total) z=int(b)
\ No newline at end of file except:
finally:
aaaa.append(b)
print(aaaa)
return aaaa
c=a()
print(c)
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