Commit e7ba85ae by BellCodeEditor

save project

parent 0496dafc
Showing with 7 additions and 3 deletions
def new_input():
def new_input():
......@@ -5,4 +5,8 @@ def new_input():
if unit == 'q':
break
else:
try
\ No newline at end of file
try:
unit = int(unit)
except:
print('')
else:
\ 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