Need help with my Python question – I’m studying for my class.

Draw (1) a simple house , draw(2) a door , draw (3) two separate windows , draw (4) a yellow sun in the top left “make sure that the background fill with blue color” .

  1. the program must have at least four (4) parts, with a function being used for drawing these parts
  2. for each of the program part functions, the program must pass in the x- and y-location that want the part drawn at, as well as at least some other attributes (e.g. colors, sizes, etc.)
  3. at least one of the program part functions must include a for loop to draw some part of your graphic (e.g., a spiral, grid, polygon, etc.)
  4. the drawing must include text using turtle’s write() function



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *