s = 'Monty Python' >>> print s[0:5] Monty >>> print s[6:12] Python ... As it turns out, there is a string method named find that is remarkably similar to ...
確定! 回上一頁