Hello, First of all, remove the asterisks around the snippet, it makes it so hard to copy and paste your code. My answer is inlined.
On Sun, Nov 8, 2020 at 2:28 PM Quentin Bock <qberz2...@gmail.com> wrote: > > *def add(numbers):* > * total = 1* If this is your sum, you need to initialize it to zero: total = 0 > * for x in numbers:* > * total += 1* Do you mean total += x? Regards rambius > * return total* > *print(add[1999, -672, 64]))* > > *the answer I get is 4 but it should be 1,411* > -- > https://mail.python.org/mailman/listinfo/python-list -- Tangra Mega Rock: http://www.radiotangra.com -- https://mail.python.org/mailman/listinfo/python-list