python 怎么把列表的[]去掉?下面给大家讲解具体方法:
LIST = ['Python','problem','whatever'] print(LIST)
运行结果:
[Python, problem, whatever]