Programming (11th Grade)

Loops

What will the following code snippet output? for i in range(3): print(i)