In Python, the simplest way to slice a list from a given index to the end is to slice with indexes list[n:] :.
確定! 回上一頁