The most effective way of finding the index of elements in a list is to use an inbuilt Python function known as enumerate() . This method accepts an iterable ( ...
確定! 回上一頁