Commit cf2862d9 by BellCodeEditor

save project

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