expertise = [‘Travel Industry’, ‘Startups’, ‘Project Management’, ‘Product Management’, ‘SEO’, ‘etc’]
request = input(“What kind of expertise you’re looking for? “)
if request.lower() in expertise:
print(“Contact me! You will not regret it.”)
else:
print(“Contact me! We may collaborate in some ways.”)