Quiz: Loops

Expand login sectionLog in
Track your progress

Progress: Problem 1 of 13

What does this code print?

for x in range(4):
	print("Hello")
The word Hello 4 times
Nothing, it won't run
It will print nothing
It will print Hello forever
The word Hello 3 times
The word Hello 5 times
Check Answer