Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please Write in Python 3 Only I would Really Apreciate it . Thank You :) Extra C

ID: 3818530 • Letter: P

Question

Please Write in Python 3 Only

I would Really Apreciate it . Thank You :)

Extra Credit 01: Snow Person (60 points) In this part, you are going to use turtle graphics to draw two "snow persons." You will define and use at least 7 classes in doing so. Using instances of these classes, you will write a main0 function that creates and draws two snow people Project Description /Specification i. Define a minimum of 7 classes. Most can be classes for geometric shapes (e.g., Line, Rectangle Circle, Triangle), but 3 must be "drawing-specific" classes (see #5) 2. Each class will have at least the following methods a. init the constructor will take arguments indicating the positions (coordinate pairs, e.g (0.0, 0.0) of one or more reference points (e.g., start and end points for a line, vertices for a triangle, etc), and other arguments appropriate for an instance (e.g., pen color, fill color, etc.) To simplify creating instances, it will define appropriate default values for most of the arguments. (f the argument for fill color is the empty string the shape is not filled.) Str a conversion method, it returns the string to be used for printing an instance in Python. c. draw the draw method will take a turtle.Turtle object to use for drawing the shape. d. Other arguments may be required for your methods, all arguments will be described in your docstrings 3. All classes, methods and functions require a docstring for a general description o the object/method/function.(see DocStrings note below) 4. Define a main function that is called without any arguments. Your main function should create and draw two snow people at different positions on the canvas 5. Define a drawing-specific class hierarchy containing (at least) 3 classes a. Snow person an instance contains (at least) the 3 snowballs b. Snow man specializes a Snow person with a handful of additional components (e.g., arms buttons, head wear, two eyes and a mouth.) c. Snow lady specializes a Snow person with an alternate set of additional components 6. At a minimum, a snow person should include three snowballs, drawn one on top of the other. Feel free to personalize your classes to include other components

Explanation / Answer

=============================================================================

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote