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.
Comments
Post a Comment