Commit 32d8a4b5 by BellCodeEditor

save project

parent b62d35af
Showing with 11 additions and 8 deletions
b=[] def a():
while True: b=[]
a = input("请输入:") while True:
if a == "q": c = input("请输入:")
break if c == "q":
else: break
b.append(a) else:
\ No newline at end of file b.append(c)
print(b)
a()
\ 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