When we ask for an upper bound that is too large, Python defaults to returning the length of the string. So x[0:100] is really x[0:len(x)] which ...
確定! 回上一頁