Python List index () Method Example 2 · # Python list index() Method · # Creating a list · apple = ['a','p','p','l','e'] · # Method calling · index = apple.index('l') ...
確定! 回上一頁