Python 【Python】文字列の長さを調べる 【Python】文字列の長さを調べる 長さを調べたものを、len()に引数として渡すことで、文字列の長さを調べることができます。 2017.08.01 Python