Update utils.py
To make product to work in python 3+ , loop over the list Or in case if you want to make the code precise import following statment and change the return statment import operator import functools return functools.reduce(operator.mul, numbers, 1)
Veuillez vous inscrire ou vous connecter pour commenter