TypeError: Can't convert 'int' object to str implicitly Python常见错误

尝试连接非字符串值与字符串
想要字符串连接非字符串需要先进行强制转化
可以用str()函数
--------------------------------