Identify the primary data structure used in Python to represent dynamic arrays:
List (dynamic array)
Set (unordered collection of unique elements)
Dictionary (key-value pairs)
Tuple (immutable list)

Software Engineering Exercises are loading ...