python 元组转字符串

 

tup = ('e', 'x', 'e', 'r', 'c', 'i', 's', 'e', 's')  
str =  ''.join(tup)  
print(str)

 

posted @ 2018-11-12 10:25  anobscureretreat  阅读(3944)  评论(0编辑  收藏  举报