Question: ( begin{array}{ll}240 & text { draw_door(my_turtle,-25,-20) } 241 & text { draw_window(my_turtle,-10,60,circle) } 242 & text { draw_window(my_turtle,-95,100,square) } 243 & text

 \( \begin{array}{ll}240 & \text { draw_door(my_turtle,-25,-20) } \\ 241 & \text{ draw_window(my_turtle,-10,60,"circle") } \\ 242 & \text { draw_window(my_turtle,-95,100,"square") } \\ 243& \text { draw_fence(my_turtle) } \\ 244 & \text { draw_path(my_turtle) }\\ 245 & \text { draw_window(my_turtle, 75,15, "square") } \\ 246 &\text { draw_sun(my_turtle, 200,160,50) } \\ 247 & \text { draw_window(my_turtle, 200,100,"square")} \\ 248 & \text { draw_cloud(my_turtle,75,160) }\end{array} \) Fancy Turtle HouseYou previously created a house using turtle graphics. Today we are goingto create a fancy house using turtle graphics. Starter Code Fork thisREPL - Fancy Turtle House and run the code to see what

\( \begin{array}{ll}240 & \text { draw_door(my_turtle,-25,-20) } \\ 241 & \text { draw_window(my_turtle,-10,60,"circle") } \\ 242 & \text { draw_window(my_turtle,-95,100,"square") } \\ 243 & \text { draw_fence(my_turtle) } \\ 244 & \text { draw_path(my_turtle) } \\ 245 & \text { draw_window(my_turtle, 75,15, "square") } \\ 246 & \text { draw_sun(my_turtle, 200,160,50) } \\ 247 & \text { draw_window(my_turtle, 200,100,"square") } \\ 248 & \text { draw_cloud(my_turtle,75,160) }\end{array} \) Fancy Turtle House You previously created a house using turtle graphics. Today we are going to create a fancy house using turtle graphics. Starter Code Fork this REPL - Fancy Turtle House and run the code to see what it does. Instructions This code has all the required instructions to draw a fancy house, but they are being processed in the wrong order. Fix the code and submit the repl link in the weblink entry for the assignment Some clues: - All corrections should be made in the main function. - The draw function for the house, path, bush, fence, grass, and cloud are in the wrong order. - There are five errors. The house is supposed to look like this

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!