Question: For Advanced Topics in Computing/Information Systems Management Course please answer all using pythonanywhere. please show screenshots showing the lines of the code. thank you! Create

Create a python program, to complete the following tasks: 1. Find the longest word(s) - Print the highest number of letters in a word in the words.txt and print the word(s). 2. Find words with no vowels - Print only the words that have no vowels (i.e. 'a', 'e', '1', 'o' and 'u') and compute the percentage of the words in the list that have no vowels in it. 3. Find words that can be spelled using just the top row on keyboard - Print only the words that can be spelled using just the top row of letters on a qwerty keyboard, e.g. typewriter, and compute the percentage of the words found. 4. Find words that have each' in them Print only the words that have each' appeared in them, e.g. breach, and compute the percentage of the words found. Requirements: You must define and use at least two functions in the program. You must nicely format or present your output for all the tasks. Task 2: Download and use mbox.txt file from Create a python program, to complete the following tasks: 1. How many lines in the file starts with From: 2. From 1), store all the senders in a list from emails that end with edu'and print them out in alphabetical order. Fi out how many emails are sent on each day of the week. That is, how many emails were sent on Sunday, Monday, ... and so on. 4. Find out how many emails were sent by each individual. You must display the number of emails sent by each sender. 5. Find out the who sent out the most email. Print the email address. Requirements: You must use list and dictionary to solve the above problems
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
