arrayOfCharacters = ["p", "y", "t", "h", "o", "n"] string = ''.join(arrayOfCharacters) #output: python