Warning
This note is not in the study design.
It may contain information that is not relevant to the exam.
A data type that is derived from a primitive data type.
Non-primitive data types in Python
- List (array):
[1, 2, 3]
- Tuple:
(1, 2)
- Dictionary:
{ k: v }
- Set:
{1, 2, 3}