Run
x = "Some apples are red." result = x.find("apple") print(f"Index : {result}")
Output