Commit 86c4e066 by BellCodeEditor

save project

parent d7fa5170
Showing with 2 additions and 0 deletions
......@@ -21,6 +21,8 @@ def sum(money):
for i in money:
cout=cout+i
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