Course content

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.

Rating
0 0

There are no comments for now.

to be the first to leave a comment.

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