CODESTUDIO

What happens in this loop?

for num in range(1, 6):
if num == 3:
continue
print(num)

6 months ago | [YT] | 1