What will be the output of the code?
x = (i for i in range(4))

for i in x:

print(i)

Posted on by