Commit e1763834 by BellCodeEditor

auto save

parent b1a38af6
Showing with 5 additions and 1 deletions
......@@ -13,6 +13,10 @@ def new_ input():
total.append(unit)
print("_"*30)
print(total)
return total
return total
def sun(money):
result = new_input()
print(result)
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