文字列と数値の結合時のエラー「TypeError: can only concatenate str (not "int") to str」とは?

文字列と数値を結合する際に発生するエラー`TypeError: can only concatenate str (not "int") to str`を解説します。