我有一个像这样的字符元组:
('a', 'b', 'c', 'd', 'g', 'x', 'r', 'e')
如何将其转换为字符串,使其如下所示:
'abcdgxre'
python string tuples
python ×1
string ×1
tuples ×1