Understanding Variables and Data Types - How Do You Declare Variables and What Are Naming Conventions to Name Variables?

Tell us what’s happening:

the question got me confused because as I learned that the bool values (True and False ) were case sensitive but they say here that they are case insensitive..

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36 Edg/149.0.0.0

Challenge Information:

Understanding Variables and Data Types - How Do You Declare Variables and What Are Naming Conventions to Name Variables?

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lecture-understanding-variables-and-data-types/67fe8597975ea634042cad8f.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome back to the forum @adamelmao

How Do You Declare Variables and What Are Naming Conventions to Name Variables?

This lecture is about naming variables. Booleans are not mentioned.

Booleans are built-in constants in Python.

Happy coding