Commit 44021c8f by BellCodeEditor

save project

parent 744deec5
Showing with 15 additions and 12 deletions
a=[] def fcx():
while True: fcx=[]
i=input("输入:") while True:
if i=="q": i=input("输入:")
break if i=="q":
try: break
i=int(i) try:
except: i=int(i)
print("苏书自!") except:
else: print("苏书自!")
a.append(i) else:
print(a) fcx.append(i)
return fcx
fcx=fcx()
print(fcx)
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