Skip to content

Latest commit

 

History

History

Day 4

Title Author Date
Day 4 of 30 Day Of ML Code Event
Rajendrasinh Parmar
August 13, 2021

Day 4 of 30 Days Of ML Code

Python Course Lesson 3

Booleans and Conditionals

This is provides details about booleans and conditionals.

Booleans are very useful part of any programming languages. We can use booleans to write conditional code using conditionals. This way we can control the flow of execution of the program.

Follow the notebook Booleans and Conditionals for lesson details.

The associated exercise with the third lesson of the course is provided in Exercise: Booleans and Conditionals