Commit 9de4f310 by BellCodeEditor

save project

parent faba5b77
Showing with 7 additions and 1 deletions
def
def new_input()
total = []
while True:
if unit== 'q':
break
else:
try:
unit = int(unit)
except:
print("12345")
else:
total.append(unit)
print(total)
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