Core Python Programming (2nd Edition)
4.2. Standard Types
We will also refer to standard types as "primitive data types" in this text because these types represent the primitive data types that Python provides. We will go over each one in detail in Chapters 5, 6, and 7. |