Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 293 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 293 Bytes

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