Pythonの文法 - 文字列操作 - Qiita

初めてのPython。わからないことをわかったベースで追記していきます。文字列結合# 間を「+」で連結message = 'Hello' + ' ' + 'world'# スペース空けて並…