Commit 105f29fc by BellCodeEditor

save project

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