s = 'Monty Python' >>> print(s[0:5]) Monty >>> print(s[6:12]) Python. The operator returns the part of the string from the “n-th” character to the “m-th” ...
確定! 回上一頁