Cursusinhoud

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.

Beoordeling
0 0

Er zijn momenteel geen reacties.

om als eerste een reactie achter te laten.

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