# Homework 14, problem 2: print yes/no if the sentence contains "python". sentence = "i am learning python this year" # TODO: use the in operator inside an if