Kursinhalt

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.

Bewertung
0 0

Momentan sind keine Kommentare vorhanden.

um als erster einen Kommentar zu hinterlassen.

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