Flow of Control (Selection Statement, Iterative Statement and Jump Statement) – Notes

Flow of Control Topics: Introduction The order of execution of the statements in a program is known as flow of control. The flow of control can be implemented using control structures. Python supports two types of control structures—Selection and Repetition. Indentation Leading whitespace (spaces and tabs) at the beginning of a statement is called indentation. … Continue reading Flow of Control (Selection Statement, Iterative Statement and Jump Statement) – Notes