小编Gre*_*jič的帖子

如何从Python中的列表中删除方括号?

LIST = ['Python','problem','whatever']
print(LIST)
Run Code Online (Sandbox Code Playgroud)

当我运行这个程序时,我得到了

[Python, problem, whatever]
Run Code Online (Sandbox Code Playgroud)

是否可以从输出中删除方括号?

python list output

33
推荐指数
4
解决办法
18万
查看次数

标签 统计

list ×1

output ×1

python ×1