Question: Design and write a modular python program for chapter 5 , programming exercise # 2 3 from your textbook with the following exception: Draw a
Design and write a modular python program for chapter programming exercise # from your textbook with the following exception:
Draw a scarf around the snowman's neck.
Be sure to use clear promptslabeling for input and output.
Don't just print a number, you will lose points if you omit output labels and input prompts.
Follow the program coding requirements found in the lab rubric.
Turtle Graphics: Modular Snowman
Write a program that uses turtle graphics to display a snowman, similar to the one shown in Figure In addition to a 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 at the bottom.
drawMidSection. This function should draw the middle snowball.
drawArms. This function should draw the snowmans arms.
drawHead. This function should draw the snowmans head, with eyes, mouth, and other facial features you desire.
drawHat. This function should draw the snowmans hat.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
