LIST = ['Python','problem','whatever'] print(LIST)
当我运行这个程序时,我得到了
[Python, problem, whatever]
是否可以从输出中删除方括号?
python list output
list ×1
output ×1
python ×1