Run
input = range(4) output = [x for x in input] print(output)
Output