Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

gow to find a letter in a word in python

txt = "Hello, welcome to my world."

x = txt.find("welcome")

print(x)
 
PREVIOUS NEXT
Tagged: #gow #find #letter #word #python
ADD COMMENT
Topic
Name
1+1 =