Python specific questions: - In Python, what type of data structure can you use if you want to have many elements keeping track of the order? - In Python, how do you build a constructor method? - In Python which of these structures have a way of tracking the order of the elements? List, Set, Dictionary and Tuple
Sigiloso
- List - __init__ inside a class - List, Set, Dictionary (Python3)