Quiz: Python Data Structures
Test yourself on the knowledge you learned about Python data structures.
We'll cover the following...
We'll cover the following...
Python Data Structures
1.
What is the recommended approach for using classes and objects in Python?
A.
Use classes and objects only when memory is not a concern.
B.
Store unknown attribute values in empty objects.
C.
Use object-oriented features for purely data-driven scenarios.
D.
Specify both data and behaviors in classes and objects.
1 / 6