Python - Loop Control
You want to print all numbers from 1 to 10 except multiples of 3 using a
for loop and continue. Which code correctly does this?for loop and continue. Which code correctly does this?continue when i % 3 == 0.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions