python convert each member of tuple to strng code example Example: convert a tuple into string python tuple_ = 1, 2, 3, 4, 5 str(list(tuple))