Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management System MCQs Multiple Choice Questions And Answers

Authors: Arshad Iqbal

1st Edition

1073328554, 978-1073328550

More Books

Students also viewed these Databases questions

Question

Slimming down of HR departments.

Answered: 1 week ago

Question

Explain the factors affecting dividend policy in detail.

Answered: 1 week ago

Question

Explain walter's model of dividend policy.

Answered: 1 week ago