This first creates a range corresponding to the indexes in our list ( 0 to len(colors) - 1 ). We can loop over this range using Python's for-in ...
確定! 回上一頁