Boolean Operators

Boolean Operators must sound pretty weird; however, this is very important while coding. Boolean has just two values, True or False. It's like a bit, 0 or 1.

bool is short for Boolean just as str is short for string and int is short for integer.