Everything is Case-Sensitive
Explore how Python treats all names as case-sensitive including variables, functions, and classes. Understand the importance of precise casing when defining or using names to avoid errors in your first Python program.
We'll cover the following...
We'll cover the following...
All names in Python are case-sensitive: variable names, function names, class names, module names, exception names. If you can get it, set it, call it, construct it, import it, or raise it, it’s case-sensitive.