x[2:len(x)] splices the string starting from index 2 (inclusive) to the index of length of x (not inclusive, also returns 'thon'). ->since 'python' has a ...
確定! 回上一頁