Problem
Create solution that opens a file and combines the words on each line into a sentence. Write the sentence string to the end of the text file "WordTextFile1.txt" on a new line. Output the new contents of "WordTextFile1.txt". Use the open() function and write(), read() methods to interact with the text file.
The solution output should be in the format WordTextFile1.txt_contents sentence.