Control Statements In Python - 17 [Continue, Break, Pass] | Python For Beginners | Simplilearn

In this Python for Beginners video, you will learn about Control Statements in Python. You will understand what are control statements and the different types of control statements in Python. You will look at how continue, break and pass statements are used with hands-on demos in Python.

The below topics are covered in this Control Statements in Python video:

00:00 What is a Control Statement?

01:15 Types of Control Statements

01:27 Continue Statement

02:18 Break Statement

03:08 Pass Statement

🔥Free Python Course with completion certificate : to our Channel to learn more about the top Technologies: Check out the Python tutorial videos: #PythonControlStamentsTutorial #PythonForBeginners #PythonTutorialForBeginners #PythonTutorial #PythonProgramming #Simplilearn

What is a Control Statement in Python?

Python programming language provides loop control statements that can be used to change the flow of loop execution and execute a statement or group of statements multiple times. In certain circumstances, when some particular condition occurs, we may want to exit from a loop or skipsome statements of the loop before continuing further in the loop. To achieve this, we need the help of control statements in Python.

Continue Statement: The Continue Statement skips the execution of the remaining statements in the loop and proceeds with the next iteration in the loop.

Break Statement: The break statement is used to terminate the loop. Whenever the Python interpreter comes across the break statement, it jumps out of the loop. So, it skips the remaining code without further testing the test expression of that loop.

Pass Statement: The pass statement in Python is used as a placeholder for future implementation of functions, loops, etc.

About Python Certification Course:

Simplilearn’s comprehensive Python Training Course will teach you the basics of Python, data operations, conditional statements, shell scripting, and Django. This Python certification course will give you hands-on development experience and prepare you for an exciting career as a professional Python programmer. This Python Training course covers the fundamentals of Python and how to apply it to real-world applications. The modules, lesson-end projects, and assignments comprising the curriculum cover data operations in Python, strings, conditional statements, error handling, shell scripting, web scraping and the commonly used Python web framework Django.

Key Features:

✅ 38 hours of Blended Learning

✅ 30 hours of instructor-led training

✅ 8 hours of online self-paced learning

✅ 20+ assisted practices on all modules

✅ Industry-recognized course completion certificate

Eligibility for this Python Certification Course:

Anyone interested in learning Python for software development or data science job roles will benefit from this Python certification. This Python course also is well-suited for:

1. Software developers

2. Software engineers

3. Technical leads

4. Architects

5. Programming enthusiasts

Pre-requisites for this Python Certification Course:

No prior programming knowledge or experience is necessary to take this online Python course.

Benefits of this Python Certification Course:

The StackOverflow’s developer survey of 2019 states that Python is the second most loved programming language in the world. Also, it is the most sought after programming language for Data Scientists, AI engineers, and Machine Learning engineers. Python developers earn around $115,000 per annum.

Learn more at: Python Course with completion certificate: more information about Simplilearn’s courses, visit:

- Facebook:

- Twitter:

- LinkedIn: Website:

- Instagram: Telegram Mobile: Telegram Desktop: the Simplilearn app:

Recommended Reading >> bit.ly/32kRpzw

Comments