How is this working and for loop increment doesn’t work?
for i in range(0,10): if i == 3: i = i + 1 continue print(i)