Menu
×
×
Correct!
Exercise:In the loop, when
i = 0
while i < 6:
i += 1
if i == 3:
@(8)
print(i)
i = 0
while i < 6:
i += 1
if i == 3:
continue
print(i)
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?