Assignment Statement
Assignment statements define variables by evaluating the expression on the right side and assigning the value to whatever is on the left side.
When run, the interpreter first evaluates the expression
Using variables in an expression without using an assignment statement will not change the value of the variable.