Gow pour trouver une lettre en un mot en python
txt = "Hello, welcome to my world."
x = txt.find("welcome")
print(x)
data master tarun
txt = "Hello, welcome to my world."
x = txt.find("welcome")
print(x)