Question d’entretien chez Hudson River Trading

Differences between List and Set in Python

Réponse à la question d'entretien

Utilisateur anonyme

8 févr. 2025

Set contains only unique elements; List allows duplicates. Items in List are ordered, so they can be accessed by index.