Question: Please use Python IDLE version 3.0+ 5. In order to paint a wall that has a number of windows, we want to know its area.
Please use Python IDLE version 3.0+ 
5. In order to paint a wall that has a number of windows, we want to know its area. Each window has a size of 2 ft by 3 ft. Write a program that reads the width and height of the wall and the number of windows, using the prompts Wall width: Wall height: Number of windows: Then print the area. The width and height of the wall should be entered as a floating-point value and the number of windows as an integer. wallarea.py 1 # Prompt for and read the width and height 2 # and the number of windows 3 4 # Compute the area of the wall without the windows 5 6 print("Area:", area) CodeCheck Reset
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
