Commit 105f29fc by BellCodeEditor

save project

parent b2210571
Showing with 6 additions and 5 deletions
......@@ -5,14 +5,15 @@ def new_input():
if unit=="q":
break
else:
try
try:
unit=int(unit)
execpt:
except:
print("qslygsz")
else:
total.append(unit)
finally
finally:
print("-"*30)
return total
new_input()
\ No newline at end of file
a=new_input()
print(a)
\ 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