Abbas Taher added the comment:
Good morning Raymond, Thank you for this quick response.
You are absolutely right on all your points if you only consider that the
example given in the documentation as purely a suggestion of "equivalent"
version to the one implemented in the librar
New submission from Abbas Taher :
In the documentation the following example is given:
def product(*args, repeat=1):
# product('ABCD', 'xy') --> Ax Ay Bx By Cx Cy Dx Dy
# product(range(2), repeat=3) --> 000 001 010 011 100 101 110 111
pools = [tuple(pool)