Hi, This is my assignment written in Python 3. I need it ASAP. This is cgi scrip
ID: 3649097 • Letter: H
Question
Hi,This is my assignment written in Python 3. I need it ASAP. This is cgi script. I will need to upload this to a web browser. Let's assume that the text file name is text.txt.
1. Decompose text.txt into a list of words.
2. Start by reading the resource file oliver.txt into a single string.
3. Create a List that contains all of the words in the file. You can do this by splitting the string of characters into a list of words using a regular expression.
4. Some words may have line endings. You can remove any newlines characters using strip().
Using a for loop, print the first 100 words in rows with 6 words per row, using columns that are the the length of the longest word plus two characters width, and right-aligned. To make sure that your columns are formatted correctly, print