| (Scalable Drawing)
Write a function that takes integer arguments x, y, width, and height and draws the picture shown below.  The sky is blue; the cloud is white; the house is red; the window and door are black.
 The picture is shown in different positions with different heights. It is also shown twice with a super-imposed grid so that you can tell where the cloud, house, door, and window are within the drawing. Your function should not draw the grid. 
 
  |