Commit 55cf3d88 by BellCodeEditor

save project

parent fbf20cb8
Showing with 10 additions and 0 deletions
def new():
t=[]
while True:
u=input("?")
if u=="q":
break
else:
t.append(u)
print(t)
new()
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