Question: plz use python thanks Write a program that prompts the user to enter a filename and prints a list of all the words in the

 plz use python thanks Write a program that prompts the userto enter a filename and prints a list of all the words

plz use python thanks

Write a program that prompts the user to enter a filename and prints a list of all the words in the file converted to lowercase, then sorted into alphabetical order. Note: the file may include duplicate words. If the file contains the same word more than once, however, it must only appear in the list ONCE. You can assume that the file is a plain text file without any punctuation marks. Click here to download a sample text file. For example: Input Result test1.txt Enter filename: test1.txt ['a', 'file', 'line', 'one', 'only', 'simple', 'with'] Summer is over and the hot days are gone Bushes shrubs and trees are parched The grass is brown and everything waits for rain It has been dry for half a year Last spring, a Tortoise mother carefully prepared the nest for her five eggs After closing and concealing the hole her duties were ended and she left Now it is autumn the Tortoise eggs are fully developed and ready to hatch

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!