[Solved]Python Idle 372 Help Please Include Pseudocode Code Program Q37026236
In Python IDLE 3.7.2
HELP!! Can you please include the Pseudocode AND the codeprogram.



Getting Started Download the text file ‘chargeaccounts.txt’ from D2L Place the file in the same location on your computer as the Python program that you create This file has a list of charge accounts that you will use to read into a list Pseudocode (10 points) Start with a pseudocode (10 points). Write the pseudocode in English, step by step what you need to do to solve the problem create the document in using Microsoft Office Word put your name, date, section, and description of the program at the top of the page name the file lastname_ch7Pseudoecode & submit to chapter 7 assignment dropbox Program Name this file lastname_ch7AccountValidation (50 points) Use IDLE editor in python to write the program to perform this task Write a program that reads the contents of the account file into a list . The program should then ask the user to enter a charge account number The program should determine whether the number is valid by searching for it in the list . If the number is in the list, display a message indicating the number is valid . If the number is not in the list, display a message indicating the number is invalid . You will need to use handle possible IOError by printing a message The program should not crash Display a message if the file cannot be found o o . Use the pseudocode to guide you . all of the variables should have meaninfl names include comments in your code comment at the top should be your name, course, section and program name o o Include three additional comments that clarify your code You are responsible for submitting the code properly You will not receive credit for incorrect submission formats Submit all files to the chapter 7 programming assignment dropbox This is what the charge_accounts.txt file looks like charge accounts Notepad File Edit Format View Help 5658845 4520125 7895122 8777541 8451277 1302850 8080152 4562555 5552012 5050552 7825877 1250255 1005231 6545231 3852085 7576651 7881200 4581002 Three sample runs of the program Enter the account number to be validated: 5658845 Account number 5658845 is valid. Enter the account number to be validated 123456 Account number 123456 is not valid. The file could not be found Show transcribed image text Getting Started Download the text file ‘chargeaccounts.txt’ from D2L Place the file in the same location on your computer as the Python program that you create This file has a list of charge accounts that you will use to read into a list Pseudocode (10 points) Start with a pseudocode (10 points). Write the pseudocode in English, step by step what you need to do to solve the problem create the document in using Microsoft Office Word put your name, date, section, and description of the program at the top of the page name the file lastname_ch7Pseudoecode & submit to chapter 7 assignment dropbox Program Name this file lastname_ch7AccountValidation (50 points) Use IDLE editor in python to write the program to perform this task Write a program that reads the contents of the account file into a list . The program should then ask the user to enter a charge account number The program should determine whether the number is valid by searching for it in the list . If the number is in the list, display a message indicating the number is valid . If the number is not in the list, display a message indicating the number is invalid . You will need to use handle possible IOError by printing a message The program should not crash Display a message if the file cannot be found o o . Use the pseudocode to guide you . all of the variables should have meaninfl names include comments in your code comment at the top should be your name, course, section and program name o o Include three additional comments that clarify your code You are responsible for submitting the code properly You will not receive credit for incorrect submission formats Submit all files to the chapter 7 programming assignment dropbox
This is what the charge_accounts.txt file looks like charge accounts Notepad File Edit Format View Help 5658845 4520125 7895122 8777541 8451277 1302850 8080152 4562555 5552012 5050552 7825877 1250255 1005231 6545231 3852085 7576651 7881200 4581002
Three sample runs of the program Enter the account number to be validated: 5658845 Account number 5658845 is valid. Enter the account number to be validated 123456 Account number 123456 is not valid. The file could not be found
Expert Answer
Answer to In Python IDLE 3.7.2 HELP!! Can you please include the Pseudocode AND the code program. … . . .
OR

