*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*
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to