Quiz: Advanced Loops

Expand login sectionLog in
Track your progress

Progress: Problem 1 of 8

What does this code display?

for i in range(3):
	print("*")
0
1
2
***
012
*
*
*
Check Answer