You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the funciton in src/tinder.py with the following specification:
One of your friends has proposed
a superior tinder, to aid fellow Cornell
students on their dating expeditions
Your objective is, given two lists of
hobbies for two different people,
return "like" if one of the hobbies
match between the two people, "dislike"
if nothing matches, and "super like"
if two or more hobbies match
The text was updated successfully, but these errors were encountered:
Implement the funciton in
src/tinder.py
with the following specification:The text was updated successfully, but these errors were encountered: