sentence = "i am learning python this year" if "python" in sentence: print("yes") else: print("no")