s = 'Monty Python' >>> print s[0:5] Monty >>> print s[6:12] Python ... There is a string method called count that is similar to the function in the previous ...
確定! 回上一頁