Question: NOTE : Is learning Python programming DO YOUR PROGRAM , THE EXTRA CREDIT CHALLENGE IS UP TO YOU Your Program Use Turtle Graphics to draw

NOTE: Is learning "Python programming"

DO "YOUR PROGRAM" , THE "EXTRA CREDIT CHALLENGE" IS UP TO YOU

NOTE: Is learning "Python programming" DO "YOUR PROGRAM" , THE "EXTRA CREDIT

CHALLENGE" IS UP TO YOU Your Program Use Turtle Graphics to draw

Your Program Use Turtle Graphics to draw (not write!) your initials and an object that represents some- thing you enjoy. The object must be made up of at least three pieces, meaning the Turtle must draw at least three separate things to create the object. You could draw a flower, a castle, a tennis court, etc. You may not draw something that consists of only one shape, like a ball or a box. Extra Credit Challenges You can earn 5 extra points for each of the following features you include and successfully implement in your program . Allow the user to interact with the Turtle by using mouse events . Allow the user to control the Turtle by asking the user for input (such as asking how far to go, the dimensions of an object, or the RGB values for a color) . Use the Turtle's state (its position, distance, or heading) in an if statement to control how the Turtle behaves Program Requirements 1. You must use at least three different colors 2. You must use at least one loop (while or for) 3. You must define and use at least five functions to help create your drawing. You may not count draw rectangle and draw triangle towards the five, though you may use them in vour program 4. At least one of your functions must be used to compute something and return a value. For instance, you may need to calculate the length of a diagonal to move the turtle that far. 5. Every function must have a docstring

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!