DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python find index of an item in an array
x
=
[
'p'
,
'y'
,
't'
,
'h'
,
'o'
,
'n'
]
print
(
x
.
index
(
'o'
)
)
Source by pythonspot.com #
PREVIOUS
NEXT
Tagged:
#python
#find
#index
#item
#array
ADD COMMENT
Topic
COMMENT
Name
6+5 =
Submit