Commit 37fdf827 by BellCodeEditor

save project

parent 410f56c1
Showing with 2 additions and 1 deletions
...@@ -17,5 +17,5 @@ def sum(money): ...@@ -17,5 +17,5 @@ def sum(money):
h=h+i h=h+i
return h return h
result = total() result = total()
result1=h(result ) result1=sum(result)
print(result1) print(result1)
\ 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