What does a continue statement do in python?



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

Post New Answer

More Python Interview Questions

Write a program to find the max value from a list without using max()?

1 Answers  


What do you understand by the term deep copy?

1 Answers  


What are the local and global variables in python?

1 Answers  


How are arguments passed by value or by reference?

1 Answers  


What are the programming-language features of python?

1 Answers  


Is elif a keyword in python?

1 Answers  


Which server is best for python?

1 Answers  


How do you install a sphinx python?

1 Answers  


In python, are there any databases to DB packages?

1 Answers  


How python can be used in software testing?

1 Answers  


What is a function?

1 Answers  


What is the difference between range() and xrange() functions in python?

1 Answers  


Categories