I want to change a tuple into string without joining it in python. How could I do that?

后端 未结 0 943
我寻月下人不归
我寻月下人不归 2021-01-28 17:07

For Example: I want to change t=(\'a\', \'b\', \'c\') to s=\'a\', \'b\', \'c\'

相关标签:
回答
  • 消灭零回复
提交回复
热议问题