Ask Now
Course Intro
Curriculum
Get Started
1 / 5
What is the loop that continues to run as long as the given condition is true?
counter
=
0
counter
<
5:
print(counter)
counter
+=
1
while
for
if
do
Previous
Confirm