Variables are named storage locations in computer memory that hold values which can be changed during program execution.
Data Types: Data types define what kind of data can be stored in a variable, such as integers, strings, or booleans.
Assignment Operator (=): The assignment operator is used to assign a value to a variable.
Scope refers to the visibility and accessibility of variables within different parts of your code.