Python 2024.11.06 0 文字列 # formatメソッドの引数の順序の指定a, b, c = 1, 2, 3print('a = {}, b = {}, c = {}'.format(a, b, c))print('b = {1}, c = {2}, a = {0}'.format(a, python , string , 文字列