Computer Science, asked by shadeobsidian28, 1 month ago

You should see the following code in your programming environment:

import simplegui

def draw_handler(canvas):
# your code goes here


frame = simplegui.create_frame('Testing', 600, 600)
frame.set_canvas_background("Black")
frame.set_draw_handler(draw_handler)
frame.start()
Using the house program we started in Lesson 6.5 as a foundation, modify the code to add to the house drawing. Make additions to your house such as windows, doors, and a roof to personalize it.

Answers

Answered by bharat241001
1

Answer:

that's awesome

Explanation:

thanks.....and good night dear

Similar questions