You can skip a particular iteration of a loop in Python

Опубликовано: 19 Октябрь 2024
на канале: Kunal Attri
258
6

'continue' method is used to skip through res of the code in a iteration of a for loop.

for i in range(10):
if i == 3:
continue
#...code...


This Program Code:-
Github: https://github.com/Kunal-Attri/Python...
Drive: https://github.com/Kunal-Attri/Python...

All Python Codes:-
Github: https://github.com/Kunal-Attri/Python...
Drive: https://drive.google.com/drive/folder...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Subscribe to us for more videos!!!

Music: Ikson - Last Summer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Python:    • Python  

Pokemon FireRed:    • Pokemon FireRed  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you own any rights to the content we use in our videos and want us to provide credits or remove the content , kindly contact us at [email protected] . We will solve it out with a hypothetic cup of tea(●'◡'●) .

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Instagram :-   / kunal.attri_  
Github:- https://github.com/kunal-attri

Like And Subscribe our Channel.......