[Solved] Python: 2.5.1 Painting a Wall
[ad_1] Maybe I am missing something here, but if 350 sq ft requires 1 gallon, then 250 sq ft will require 250/350 gallons. So you are being asked (I suppose) to request the area from the user and calculate the paint required for that area. wall_area=float(input(“How big is your wall in square feet? “)) gallons_paint … Read more