join.py
list_temp = ['A','B','C']
print ''.join(list_temp)
結果は
ABC
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
list_temp = ['A','B','C']
print ''.join(list_temp)
結果は
ABC
Register as a new user and use Qiita more conveniently
Go to list of users who liked