Python,从数组中的字符串中删除''

时间:2019-03-13 02:49:43

标签: arrays python-3.x string

我有一个格式为result的结果数据:['hellloworld@gmail.com'],我们如何从字符串中删除''?

所需结果

[hellloworld@gmail.com]

0 个答案:

没有答案