Programming (11th Grade)

Loops

What is the output of the following code? for i in range(3): print(i)