Pythonを書いていると、このエラーに一度はぶつかります。 原因は「文字列(str)と数値(int)を直接つなごうとしたこと ...
'TypeError: can only concatenate str (not "int") to str' When writing Python, you will encounter this error at least once. The cause is 'trying to directly ...