Question: Write a program named snowman.py that uses turtle graphics to display a 'snowman'. In addition to the main function, the program should also have the
Write a program named snowman.py that uses turtle graphics to display a 'snowman'. In addition to the main function, the program should also have the following functions:
- drawBase. This function should draw the base of the snowman, which is the large snowball (circle) at the bottom.
- drawMidSection. This function should draw the middle snowball.
- drawArms. This function should draw the snowman's arms (line).
- drawHead. This function should draw the snowman's head, with eyes, mouth, and other facial features you desire.
- drawHat. This function should draw the snowman's hat (rectangle).
There are 6 functions total: main + 5 other functions listed above.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
