If you really want to use a for-in loop, you can use the built-in Python function enumerate() which will return a tuple consisting of the list index and the ...
確定! 回上一頁