Question: PYTHON: Define the words() function to read a List of words The words() function accepts one parameter, a String, and performs the following tasks: Opens

PYTHON:

Define the words() function to read a List of words

The words() function accepts one parameter, a String, and performs the following tasks:

Opens the words file using the filename specified by the String parameter

Reads the contents from the words file into a new List of words

Closes the words file

Converts all words in the List to lower case and removes any punctuation characters including: !()-[]{};:'"\,<>./?@#$%^&*_~

Returns the List of Words

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!