What is a Variable ?
A variable is place holder that holds information
What is a value?
Value is the information stored in the variable
What is an expression?
An expression combines values, variables, operators, and functions to produce values
What is a Statement?
Each line of code in Python is a Statement
What is a function?
a function is a reusable block of code that performs a specific action