Commit 11f41140 by BellCodeEditor

save project

parent 249f9612
Showing with 2 additions and 1 deletions
...@@ -13,5 +13,5 @@ def func(): ...@@ -13,5 +13,5 @@ def func():
total.append(unit) total.append(unit)
print("-"*30) print("-"*30)
return total return total
result = new_input result = func()
print(total) print(total)
\ 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