Python Booleans

Python boolean is built-in data types provided by Python, which represent one of two values: True or False.

Code :