Commit d3bf875c by BellCodeEditor

save project

parent 685fc3d2
Showing with 3 additions and 1 deletions
...@@ -12,8 +12,10 @@ def new_input(): ...@@ -12,8 +12,10 @@ def new_input():
else: else:
total.append(unit) total.append(unit)
finally: finally:
print() print("gd")
print(total) print(total)
return total
new_input() new_input()
print(total[0]) print(total[0])
......
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