Commit cf2862d9 by BellCodeEditor

save project

parent 11c0e6e2
Showing with 4 additions and 10 deletions
total = [] try:
def p (): print("he")
while True: except:
c=input("waht?????") print("h")
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