python怎么把列表的[]去掉
来源:动视网
责编:小采
时间:2020-11-27 14:07:48
python怎么把列表的[]去掉
python怎么把列表的[]去掉:python 怎么把列表的[]去掉?下面给大家讲解具体方法:LIST = ['Python','problem','whatever'] print(LIST)运行结果:[Python, problem, whatever]相关推荐:《Python视频教程》如果想从输出中删除方括号可以
导读python怎么把列表的[]去掉:python 怎么把列表的[]去掉?下面给大家讲解具体方法:LIST = ['Python','problem','whatever'] print(LIST)运行结果:[Python, problem, whatever]相关推荐:《Python视频教程》如果想从输出中删除方括号可以

python 怎么把列表的[]去掉?下面给大家讲解具体方法:
LIST = ['Python','problem','whatever']
print(LIST)
运行结果:
[Python, problem, whatever]
python怎么把列表的[]去掉
python怎么把列表的[]去掉:python 怎么把列表的[]去掉?下面给大家讲解具体方法:LIST = ['Python','problem','whatever'] print(LIST)运行结果:[Python, problem, whatever]相关推荐:《Python视频教程》如果想从输出中删除方括号可以