Back to quizzes

Loops Quiz

Java / Loops | Medium | 15 questions

Question 1 of 15

4 free questions left

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