Commit c5c00b59 by BellCodeEditor

save project

parent 047e5b26
Showing with 9 additions and 3 deletions
...@@ -6,6 +6,12 @@ def dd(): ...@@ -6,6 +6,12 @@ def dd():
if unit== 'q': if unit== 'q':
break break
else: else:
total.append(unit) try:
print(total) unit=int(unit)
except:
print("fuckingint!")
else:
total.append(unit)
print(total)
dd()
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