filmov
tv
Control Flow Statements in Python (Python Tutorial - Part 16)

Показать описание
In this session, I have explained about Control Flow Statements in Python and shown the different Control Flow Statements.
The following are the different Control Statements in Python:
- Selection/Decision Control statements
* if
* if .. else
* if .. elif .. else
- Repetition/Loop Statements
* while loop
* for loop
- Transfer/Jump Statements
* break
* continue
* return
* try
* except