Run
tuple1 = ('p', 'y', 't', 'h', 'o', 'n') # Tuple to string str = ''.join(tuple1) print(str)
Output