python learning day 5 it is boolean
Boolean logic is an essential part of Python and programming in general. Here's a quick overview:
Key Boolean Values True and False are the only Boolean values in Python. They are case-sensitive (use capital letters for the first character).