# This function gets a list to help candidates find their
# perfect career fit at Tabnine
#
def find_perfect_fit(candidates):
perfect_fit = None
for candidate in candidates:
if (candidate.has("Passion for technology and AI") and
candidate.has("Intellectual curiosity and a desire to challenge the status quo") and
candidate.has("An entrepreneurial spirit with a knack for problem-solving") and
candidate.has("A bias toward action and getting things done") and
candidate.has("The ability to collaborate with a diverse group of brilliant thinkers")):
print("You belong at Tabnine!")
return candidate
//
You belong at
Tabnine if you have:
//
- Passion for technology and AI
- Intellectual curiosity and a desire to challenge the status quo
- An entrepreneurial spirit with a knack for problem-solving
- A bias towards action and getting things done
- The ability to collaborate with a diverse group of brilliant thinkers