Answers for "gow to find a letter in a word in python"

1

gow to find a letter in a word in python

txt = "Hello, welcome to my world."

x = txt.find("welcome")

print(x)
Posted by: Guest on March-20-2022

Code answers related to "gow to find a letter in a word in python"

Python Answers by Framework

Browse Popular Code Answers by Language