class ‘str’

メソッド

index文字列の位置を返すa.index(‘abc’)
lower英字を小文字に変換a.lower()
count文字の使用回数をカウントa.count(‘a’)

Python

次の記事

比較演算子