Commit 41019b99 by BellCodeEditor

save project

parent b8368dd4
Showing with 7 additions and 2 deletions
......@@ -14,4 +14,9 @@ def func():
total.append(unit)
return total
result = func()
print(result)
\ No newline at end of file
print(result)
def sum(money):
count = 0
count = count + i
return count
\ 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