Commit 980d9bf3 by BellCodeEditor

save project

parent 404b93bd
Showing with 2 additions and 4 deletions
...@@ -15,9 +15,8 @@ def new_input(): ...@@ -15,9 +15,8 @@ def new_input():
print(total) print(total)
new_input() new_input()
def sum(score): def sum(money):
count=0 count=0
for i in score: for i in money:
count=count=i count=count=i
return count return count
return 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