Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

return positon of ele in list python

#Returns the index number of the element/value in a list
x = ['a','b','c']
x.index('b')
 
PREVIOUS NEXT
Tagged: #return #positon #ele #list #python
ADD COMMENT
Topic
Name
5+1 =