What is an object?
Represents a value, it is automatically created as the code runs
- Unnecessary objects are deleted after use, for example printing the value 4, the value 4 has to be represented but not remembered or stored anywhere, so the object is thrown away from memory after use
What is name binding?
Assigning an interpreted object to a variable that is stored
- A name can only store one object
What does the .id() function do?
Describes the object passed as a numerical value that represents the memory address of the object
What is an identifier?
The name of a variable
What are may an illegal identifier include?