Question d’entretien chez Stripe

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

Réponse à la question d'entretien

Utilisateur anonyme

5 oct. 2021

- List - __init__ inside a class - List, Set, Dictionary (Python3)