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:Scope refers to the visibility and accessibility of variables within different parts of your code.