Commit cb0837de by BellCodeEditor

save project

parent 5b83cd1b
Showing with 8 additions and 2 deletions
def sum(money):
\ No newline at end of file count=0
for i in money:
count+=i
return count
d=sum([12,12,34,67,12,23])
print(d)
\ 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