采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
a如果是int型的话,需要转型成字符串。
非常感谢!
+ 号可以把字符串和其他字符串拼接在一起。就是连接字符串。
老师,我按照你的打的,但是vscode报错: Traceback (most recent call last): File "test5.py", line 2, in <module> print('a is' +a) TypeError: cannot concatenate 'str' and 'int' objects
就是'a is'这个字符串+a变量的值
那个+是变量的意思吗?为啥为照着打vscode报错: Traceback (most recent call last): File "test5.py", line 2, in <module> print('a is' +a) TypeError: cannot concatenate 'str' and 'int' objects
登录后可查看更多问答,登录/注册
语法精讲/配套练习+思考题/原生爬虫实战
5.6k 7
2.5k 3
2.2k 4
4.2k 22
2.3k 19