Check if Alex is a common friend of Joe and May's by calling the function with "Alex", friends_joe, and friends_may.
"Alex"
friends_joe
friends_may
Make sure to pick is_common_friend followed by ( and then "Alex", friends_joe, friends_may, ).
is_common_friend
(
"Alex", friends_joe, friends_may
)