Title | Author | Date |
---|---|---|
Day 4 of 30 Day Of ML Code Event |
Rajendrasinh Parmar |
August 13, 2021 |
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