Python Tutorial

Here you can learn about the basics of Python for free.

Thursday, July 2, 2020

Boolean Literals















A Boolean literal in python is use to represent  one of the two Boolean values i.e., True or False.
A Boolean literal can either have values as True or False.
True or False behave like the values 0 and 1 respectively.