DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
1+1 =
Submit