Contenu du cours

Common elements between two given lists.

Write a function that returns the common elements between two given lists.

Write a function that returns the common elements between two given lists.

Évaluation
0 0

Il n'y a aucun commentaire pour le moment.

pour être le premier à laisser un commentaire.

1. cities = {"beijing", "tokyo", "madrid", "berlin", "delhi", "shanghai"} cities2 = {"so paulo", "mexico", "tokyo", "barcelona", "beijing", "delhi"}