Lesson 2
The Basic Elements
Chapter 4: Objects
Objects
Now, we will start with our lesson by exploring the individual components inside a “simple statement” building block.
Let us first look at objects.
In Python, every entity is an object.
Each object is allocated some space in memory, and each object has a type and some value.