Commit 99bd3d61 by BellCodeEditor

auto save

parent 9c0c680f
Showing with 8 additions and 1 deletions
total = []
def p ():
while True:
c=input("waht?????")
if c=="w":
break
else:
total.append(c)
print(total)
p()
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