The short version is that the list range of [::-1] works out to “from the start to the end, all elements, incrementing backwards.” The syntax is: my_list[start: ...
確定! 回上一頁