Pythonで LeftStrRightStr Substringなどの処理はsliceのみです。 ↑のコードは、2文字目〜3文字目を取得できます s2 = 「いう」です。
It is possible to find part of a string by using a subString (a bit, or part, of a string) method. Remember that the first character in the string starts at reference 0. For example, select a ...