Commit 9b2a0b2b by BellCodeEditor

auto save

parent 2be7d6b5
Showing with 9 additions and 0 deletions
i=[]
while True:
y = input("")
if y == 'Q':
print("已退出")
break
else:
i.append(y)
print(i[0])
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