Question
I have been working on a Python and Flowgorithm project and I can't seem to figure out what exactly this professor wants. Its very vague.
I have been working on a Python and Flowgorithm project and I can't seem to figure out what exactly this professor wants. Its very vague. I have developed a Flowgorithm program and converted it into Python, I understand that she wants us to create a python version that will write automatically to a .txt file, however not sure on her other instructions. Its for a While or Loop function.
Assignment 05 FILES AND MORE LOOPS [PYTHON] (Worth 15 points) RESOURCES NEEDED TO COMPLETE ASSIGNMENT: See Videos in CONTENT LINK CONCERNING FILES AND EXCEPTIONS SEE HANDOUT WITH EXAMPLES REFLECTED IN THE VIDEOS TEXTBOOK FILES AND EXCEPTIONS -Please study the attached examples and use them to help you. Score Description for Assignment 05 Writing the output from the results of running or executing a python program such as the Budget Analysis Program to a separate file. Rather than the output displaying on the screen or console, the results will be written to a file. You will tell the computer what file name to store the output in. USING Python, you will write the output from your programs to an external file. The file must be suffixed or extended with the .txt as it will be a text file that will be written to the NOTE PAD text file. View Videos in the Drop box or in the Content Link relating to Data files 1. Open your assignment #04 Python version of the Budget Analysis version. 2. Resave as: yourlastname_firstname_A5_Budget_Analysis_External_File PYTHON: REVISING THE BUDGET ANALYSIS PROGRAM. (Worth 15 points) 1
. You may use a WHILE or FOR LOOP using Python
2. Write the following to an output file:
a. The budgeted amount
b. Each expense
c. The total expense
d. The amount that the user is over or under budget. Use IF statement.
3. Be Make sure the values align vertically by decimal and the format function is used to display 2 places to the right of the decimal
4. Create your own design with at least the values and labels as shown below: yourlastname_firstname_A5_Budget_Analysis_output_file.txt
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started