Storing Data in Variables
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!
Data Ouput & Python Functions
To display information on the screen (or console) to the user we will uses the print
command
Last updated