Test Your Knowledge: Quiz
We’ll explore the concepts introduced in this chapter in more detail in upcoming chapters, so we’ll just cover the big ideas here:
- Name four of Python’s core data types.
- Why are they called “core” data types?
- What does “immutable” mean, and which three of Python’s core types are considered immutable?
- What does “sequence” mean, and which three types fall into that category?
- What does “mapping” mean, and which core type is a mapping?
- What is “polymorphism,” and why should you care?