Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to search where a character is in an array in python

x = ['p','y','t','h','o','n']
Output = x.index('o')
Source by pythonspot.com #
 
PREVIOUS NEXT
Tagged: #How #search #character #array #python
ADD COMMENT
Topic
Name
3+1 =