Pass Statement in For Loops
Pass Statement in For Loops
Is used to skip loops or structures that require later completion of code
Example: you need to write the loop next week and you need a place holder for that
You can also have the list in the for loop directly:
Last updated