What does a continue statement do in python?
Answer / Awdhesh Kumar
In Python, the 'continue' statement is used to skip the current iteration of a loop and move on to the next one. It only affects the loop it is written within.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program to find the max value from a list without using max()?
What do you understand by the term deep copy?
What are the local and global variables in python?
How are arguments passed by value or by reference?
What are the programming-language features of python?
Is elif a keyword in python?
Which server is best for python?
How do you install a sphinx python?
In python, are there any databases to DB packages?
How python can be used in software testing?
What is a function?
What is the difference between range() and xrange() functions in python?