如何去掉Python列表中的单引号

2024-12-02 10:18:45
推荐回答(1个)
回答1:

str([['1/2', '1\n'], ['1/3', '1']]).replace("'","").replace(r"\n","")