OpenSourceCornell / Spring_2018_WICC_OSC

The Git Workshop for the Spring 2018 WICC and Open Source Cornell Introduction to Open Source event.
1 stars 21 forks source link

tinder #54

Open alexanderGGreenberg opened 6 years ago

alexanderGGreenberg commented 6 years ago

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

samdimmer commented 6 years ago

Mine!