Iterator in Python

An iterator cannot be enlarged with * and a number as shown below: v = iter([0, 1, 2, 3, 4]) […]