Notes Together
Variable Basics
Python KeyWords that cannot be used as variable names
We use camelCasing for variable names with more than one word
Variables: dedicated memory to store data. Named by the programmer, the name serves as a reference point or provides directions for the program to the values stored
Today we are going to use the python visualizer so that you can "see" the memory!
To display information on the screen (or console) to the user we will uses the print
command