/python-booleans

Some knowledge about booleans data type in Python.

Primary LanguagePython

Booleans in Python 🐍

Some knowledges about booleans data type in Python.

Booleans data type have two values: True or False. We can compare two values and Python returns the boolean answer.

  1. Values Booleans
  2. Comparison Operators