Answered step by step
Verified Expert Solution
Question
1 Approved Answer
( begin{array}{ll}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
\( \begin{array}{ll}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} \) 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: NewFancyHouse.docx
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started