Programming (Year 12)

Loops

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