You can slice pretty much any sequence in Python. A sequence is something that you can index from 0 to len(sequence)-1 . Lists, tuples, and strings are all ...
確定! 回上一頁