Saturday, October 16, 2010

Convert a tuple to String

one_big_string = ''.join( xyz )
print one_big_string

No comments: