: write a python program that does the following: prompt for a file name of text words. words can be on many lines with multiple words per line. read the file and convert the words to a list. call a function you created called list to once words(), that takes a list as an argument and returns a list that contains only words that occurred once in the file. print the results of the function with an appropriate description. think about everything you must do when working with a file