小白爬虫
2022-02-14 15:14
代码提交完后,显示的结果如下: ('hello,', 'python') ('hello,', 'world')
为啥不是直接显示为:
hello python
hello world
而是有这些括号和‘、,、等字符 ?
因为你的逗号(,)包含在单引号里面,作为字符串的一部分,所以就会把单引号一起输出
Python3 入门教程(新版)
154149 学习 · 1075 问题
相似问题
回答 2
回答 1
回答 5
回答 3