Conditionals (IF...Else) & Loops in Python Programming | ALX PLD

Опубликовано: 29 Сентябрь 2022
на канале: Dr. Ehoneah Obed
1,712
24

In this stream, you will learn about how to control the flow of your python program. The 2 main ways include using conditionals and loops. You will therefore learn how to implement these in python programming. Some of the aspects covered are:

- What conditional statements are available in python and how to use them
- If statements
- If...Elif...Else statements
- Loops in python and when to use them
- For loops
- While loops
- The use of Break, Continue, and Pass with any of the loops
- using an Else statement with a loop

Note that this is a continuation lesson of our Python Programming Live sessions. A link to the complete playlist can be found below:
   • Introduction to Python, Syntax, Varia...