Commit 41019b99 by BellCodeEditor

save project

parent b8368dd4
Showing with 6 additions and 0 deletions
...@@ -15,3 +15,8 @@ def func(): ...@@ -15,3 +15,8 @@ def func():
return total return total
result = func() result = func()
print(result) 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