Home | | Computer Science 12th Std | Introduction of Python Control Structures

Python - Introduction of Python Control Structures | 12th Computer Science : Chapter 6 : Core Python : Control Structures

Chapter: 12th Computer Science : Chapter 6 : Core Python : Control Structures

Introduction of Python Control Structures

Programs may contain set of statements.

Introduction

Programs may contain set of statements. These statements are the executable segments that yield the result. In general, statements are executed sequentially, that is the statements are executed one after another. There may be situations in our real life programming where we need to skip a segment or set of statements and execute another segment based on the test of a condition. This is called alternative or branching. Also, we may need to execute a set of statements multiple times, called iteration or looping. In this chapter we are to focus on the various control structures in Python, their syntax and learn how to develop the programs using them.

 

Tags : Python , 12th Computer Science : Chapter 6 : Core Python : Control Structures
Study Material, Lecturing Notes, Assignment, Reference, Wiki description explanation, brief detail
12th Computer Science : Chapter 6 : Core Python : Control Structures : Introduction of Python Control Structures | Python


Privacy Policy, Terms and Conditions, DMCA Policy and Compliant

Copyright © 2018-2024 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.