diff --git a/drawing.py b/drawing.py index e499b1b..a76c53a 100644 --- a/drawing.py +++ b/drawing.py @@ -106,19 +106,42 @@ fly(45) left(90) fly(60) left(90) -for num in [55,60,65,85]: #this is the hair +for num in [55,60,65,85]: #this is the hat rectangle(10,num,"brown") left(90) fly(5) right(90) fly(400) right(180) -dot(200,"royalblue") # makes the moon +dot(200,"royalblue") #this is the moon fly(200) - - - - +right(90) +fly(475) +right(90) +fly(300) +left(90) +rectangle(800,300,"green") #this is the grass +left(90) +fly(100) +rectangle(150,100,"dodgerblue") #this is the house +fly(40) +rectangle(40,20,"white") #this is the door +left(180) +fly(10) +right(90) +fly(100) +right(90) +for r in [10,10]: #this is the windows to the house + circ(r) + fly(40) +left(180) +fly(135) +right(90) +fly(50) +right(90) +triangle_facing_left(75,"gray") #this is the roof +fly(75) +triangle_facing_right(75,"gray") #this is the roof input()