return positon of ele in list python

Solutions on MaxInterview for return positon of ele in list python by the best coders in the world

showing results for - "return positon of ele in list python"
Marcus
27 Aug 2019
1#Returns the index number of the element/value in a list
2x = ['a','b','c']
3x.index('b')
similar questions
queries leading to this page
return positon of ele in list python