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