a = 0 while(a<10): if (a == 1): continue if (a == 5): break a = a+1 print(a)
Learn more efficiently, for free:
Introduction to Python
7.1M learners
Introduction to Java
4.7M learners
Introduction to C
1.5M learners
Introduction to HTML
7.5M learners