Select Page

Allan Hancock College Pythons Inbuilt Turtle Library Project

Question Description

i want you to write the script on note page then send to me, i don’t want the program I want the script. draw a house with a tree and clouds. I want it simple as possible, I’m a beginner.

the professor instructions :

For your third program, you will use the turtle library to draw some interesting graphic design of your choice. Your design must have parts to it (e.g. if your design is an animal, the parts could be body, head, leg, etc., or if you draw a landscape, you could have tree, rock, sun, cloud). Each part that you include must be drawn from a function at a given position, with some other parameters passed in. For example, in the landscape example, you could include a function such as def tree(xpos, ypos, tree size, leaf color). Therefore, your graphic must have a number of functions that draw different parts and could be called repeatedly, for example, to draw a number of trees of different sizes, colors, and positions using your tree function. Of course, you can draw anything you want (not just a tree or landscape), so have fun with it, as long as you follow the requirements. Requirements for this program are as follows:

1. your program must include a comment header with Author, Assignment (Program 2), Description, and Due Date (please put each of these on a separate line.)

2. your program must have at least four (4) parts, with a function being used for drawing these parts

3. for each of your part functions, you must pass in the x- and y-location that you want the part drawn at, as well as at least some other attributes (e.g. colors, sizes, etc.) 4. at least one of your part functions must include a for loop to draw some part of your graphic (like your hexagon homework, though don’t use hexagons again)

5. you must include at least two if conditional statements in your code; examples of this could be to use an if to check if the size of the “part” is bigger than some size, the color is changed, or in your part functions to test if you pass in a negative size for your part, that it is not drawn

6. your drawing must include text using turtle’s write() function and some font of some size you specify that is not Arial (you should Google to find other fonts)

"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."

Order Solution Now