Commit 68c78722 by BellCodeEditor

save project

parent 05e7d622
def emo(money):
count=0
for i in money:
count+=i
return count
\ No newline at end of file
import demo
c=demo.emo([12,19,13,15,16,48,12])
print(c)
\ 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