SyntaxFix
Write A Post
Hire A Developer
Questions
def sumoflist(l): total = 0 for i in l: total +=i return total