how to find the position of a inp ut in a list in python code example Example: how to find the position in a list python lst = [4, 6, 5] lst.index(6) # will return 1