Commit 44021c8f by BellCodeEditor

save project

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