answer not correct

Quentin Bock qberz2005 at gmail.com
Sun Nov 8 14:25:22 EST 2020


*def add(numbers):*
*   total = 1*
*   for x in numbers:*
*          total += 1*
*   return total*
*print(add[1999, -672, 64]))*

*the answer I get is 4 but it should be 1,411*


More information about the Python-list mailing list