Question: Python Above image from previous code For this assignment, you will be providing the logic (plan) for the following program: For this assignment, you will
Python
Above image from previous code

For this assignment, you will be providing the logic (plan) for the following program: For this assignment, you will decode the coded message file you created in the Parallel Arrays program: - Create your new program in the same folder used for the Parallel Arrays program. This will give you access to the file you created in your Parallel Arrays program. - Copy the parallel arrays you used in the original program into your new program -- you will need to use the same parallel arrays in order to decode the message. - Ask the user for the name of the file to import (the file you created in your previous assignment) - Use try and except statements to ensure the file is there (Use a variable to store the file name, don't hard code it.) - Use readlines to read the file into a list - Step through the list (strip the ! ) - Convert the coded message back into English and display the message on the screen (This can be concatenated to a string as you decode) Important! You will be using the same parallel arrays and your output file for your assessment program. Sample Output: This program will decode a coded text file. What is the name of the file to decode? coded.txt Hello, Dolly! Process finished with exit code Directions: Hand in Pseudocode to plan your project. Use the following format: Data: Variables provided User input Processing: What processing steps does your program need to perform? Output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
