Commit 86c4e066 by BellCodeEditor

save project

parent d7fa5170
Showing with 3 additions and 1 deletions
......@@ -20,7 +20,9 @@ def sum(money):
cout=0
for i in money:
cout=cout+i
return cout
return cout
r=sum(d)
print(r)
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