[PYTHON] Join List elements without''. (Retrieve String from list without'')

join.py


list_temp = ['A','B','C']
print ''.join(list_temp)

Result is ABC

Recommended Posts

Join List elements without''. (Retrieve String from list without'')
Join list
Randomly select elements from list (array) in python
Output unicode string list
Use Boto3 to retrieve over 1000 Prefixes from S3's file list
Points to note when deleting multiple elements from the List