2013年10月23日 星期三

Python concat string with list

a = ['hello', 'good', 'morning']
print ' '.join(a)




Reference :
Python concat string with list - Stack Overflow

沒有留言:

張貼留言