Pass and Continue Function in Python 3

Pass and Continue Function in Python 3

The pass function is to similar to continue function. But it doesn't take the loop to the next iteration rather is continues through all the conditions given and then goes on to the next iteration. A simple code can sum up the operation of pass function. 

An example of the use of Pass Function

An example of the use of Continue Function

Comments

Popular posts from this blog

Bubble Sort ( C & Python 3)

Comparison Logical and Bitwise Operator ( Java Part - 4 )

Something about me