Computer Science, asked by jdemaria22, 4 months ago

Edhesive code practice 6.5

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.
Thanks fam <3

Answers

Answered by prasadlavanya410
7

Answer:

please follow and keep this answer as branilist

Similar questions