tup1 = ('h','e','l','l','o') # Use str.join() to convert tuple to string. str = ''.join(tup1) print (str)