To find out if a certain user is a common friend of Joe and May's, code the function is_common_friend.
is_common_friend
Make sure to pick def followed by is_common_friend and then (, ), :.
def
(
)
: