Boolean and Conditioning the code!
22 Aug 2017-
True or False are the way to condition the statements, They may look like a string but they’re not actually.
-
True and False belong to Boolean Class!
-
Assign the boolean value to a variable and it’ll return the true/false ``` which_is_greater = (1 < 0)
output: False ```
-
Play with if-else-elif blocks while data is being manipulated, cleaned and organised!