Commit 8ae9958d by BellCodeEditor

auto save

parent a6ea6a06
Showing with 1 additions and 3 deletions
...@@ -17,7 +17,7 @@ def a_a(): ...@@ -17,7 +17,7 @@ def a_a():
def sum(money): def sum(money):
count=0 count=0
for i in unit: for i in money:
count=count+i count=count+i
return count return count
...@@ -29,4 +29,3 @@ print('hai hai hai'+str(pay)+'wu la') ...@@ -29,4 +29,3 @@ print('hai hai hai'+str(pay)+'wu la')
result=a_a() result=a_a()
def
\ 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