“text = “The black cat climbed the green tree.” print(text.index(“c”)) print(t

“text = “The black cat climbed the green tree.”
print(text.index(“c”))
print(text.index(“c”, 8))
print(text.index(“gr”, 8))
print(text. index(“gr”, 8, 16))”

Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount