Commit 1c5de62d by BellCodeEditor

save project

parent 4902de46
Showing with 3 additions and 2 deletions
...@@ -15,9 +15,9 @@ def a(): ...@@ -15,9 +15,9 @@ def a():
print("-"*30) print("-"*30)
return total return total
prize=a() prize=a()
def all(money): def all(gold):
result=0 result=0
for data in money: for data in gold:
result=result+data result=result+data
print(result) print(result)
all(prize) all(prize)
\ 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