Question: It is a python project, Make sure it work AND can run in IDLE 3.10 Filename for submission: field_of_dreams.py Create a program that reads the

It is a python project, Make sure it work AND can run in IDLE 3.10
Filename for submission: field_of_dreams.py Create a program that reads the length and width of a farmer's field from the user in feet. Display the area of the field in acres. Ensure your output displays 3 digits after the decimal place. As with the other parts of this assignment, pay attention to your output (spelling, etc.) to match the specification precisely. If you fail to do so, your code will not pass the automated testing Prompts (You may copy these directly and use them in your code) Enter the length of the field in feet: Enter the width of the field in feet: The area of the field is Hint: There are 43,560 square feet in an acre. . Don't forget: Include a flowchart that describes your program's operation (this will be counted as part of your grade as 'documentation' in the grading rubric) Sample Output: = RESTART: /Users/keithbagley/Dropbox/NORTHEASTERN UNIVERSITY/CS50 omework/HW1/mysubmission/field_of_dreams.py Enter the length of the field in feet: 400 Enter the width of the field in feet: 1000 The area of the field is 9.183 acres >>>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
