Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please use python code Problem Expected Duration: 3-4 hours If you look around the web, you can find examples of many projects that draw pictures,

please use python code

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

Problem Expected Duration: 3-4 hours If you look around the web, you can find examples of many projects that draw pictures, scenes, landscapes, geometric patterns, or interesting "doodles" using Python turtles. For this project you will draw a picture, scene, landscape or doodle that has identifiable patterns. The things that appear in your "doodle" must be built by combining 3 different "atomic" shapes or patterns and using repetition. Atomic means it's a building block that you don't break down into anything else. Use your imagination, but if you struggle too much, simplify your goals. Some examples of common geometric shapes, which might give you ideas can be found here. Key ideas in this project are HOW you organize your code. Use parameterized functions as building blocks and loops wherever there is repeated code with variations. Do not copy code from anyone else, including internet sources, though you may look at code for ideas. You may use any code provided in your book. Here is one example of an approved resource for scene building. These resources give you ideas, some skeleton code, some test code, and a little bit of example code to use, but you have to do the real thinking and the developing work. As always, if you are unsure about some resource, you can ask the instructor for approval. The Python turtle graphics documentation can be found here. Keep in mind that you will revisit this code later for Project 4, but don't get hung up on that, and save any advanced features for Project 4-don't do them for this project. 1. Turtle Patterns I - Design In 1-3 sentences, what is this program supposed to do? What are the inputs and outputs to the program? For each input or output, specify its type and give a plausible example value that the input or output could take. Consider formatting your output with markdown tables for clarity. Here is an example table: Which concepts from class will be useful as you work on this project? How do you anticipate using these concepts? Consider using markdown formatting. An example follows: \# 'print()' function The 'print()' function will be useful for writing text to the termi Write a pseudocode outline of your program. Demonstrate that you have decomposed the problem into smaller, more manageable pieces. Write three specific, verifiable things that must be true of my program if it is working correctly. Consider formatting with markdown. An example follows: 1. If the input to my program is 2 , the result should be 7. 2. If the input to my program is negative, the program should print

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

Semantics In Databases Second International Workshop Dagstuhl Castle Germany January 2001 Revised Papers Lncs 2582

Authors: Leopoldo Bertossi ,Gyula O.H. Katona ,Klaus-Dieter Schewe ,Bernhard Thalheim

2003rd Edition

3540009574, 978-3540009573

More Books

Students also viewed these Databases questions

Question

What are the major parts of an email message?

Answered: 1 week ago

Question

Is there a clear hierarchy of points in my outline?

Answered: 1 week ago