Python code snippet – How to find the position in a list ? Subash Chandran 13th October 2021 Leave a Comment lst = [4, 6, 5] lst.index(6) # will return 1 Curly hair, very fair, please share 🙂Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on Reddit (Opens in new window)Click to share on Telegram (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to email this to a friend (Opens in new window) Related See also How to initialize a string in Java? Snippets Python code snippet - How to find the position in a list ? Change font size A Decrease font size. A Reset font size. A Increase font size.