To find the index of a list element in Python, use the built-in index() method. For example, let's find the first string that equals “Bob” in a list of ...
確定! 回上一頁