Commit 69f99d97 by BellCodeEditor

save project

parent a0e5bb26
Showing with 9 additions and 1 deletions
def day(): def day():
toual=[]
while True: while True:
unilt=input("请输入")
if unilt=="q":
break
else:
toual.append(unilt)
print(toual)
day()
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