
VARIABLES, CONSTANTS, LITERALS AND DATA TYPES
The document discusses variables, constants, literals, and data types in Python. It defines variables as named locations that store data in memory and can be changed, while constants store information that cannot be changed. It describes different types of literals like numeric, string, boolean, and special literals. The document also covers rules for naming variables and constants in Python and...
Read more ↓