Commit e30fc647 by BellCodeEditor

save project

parent 632e6865
Showing with 10 additions and 5 deletions
total = []
while True:
unit= input("9")
if unit== 'q':
break
else:
try:
unit= input("ww")
except:
int("unit")
else:
if unit== 'q':
break
total.append(unit)
print(total)
print(total)
\ No newline at end of file
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