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(): ...@@ -5,4 +5,8 @@ def new_input():
if unit == 'q': if unit == 'q':
break break
else: else:
try try:
\ No newline at end of file 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