Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a python program to draw your dream house using Turtle module. Example: # here I use user-defined function def draw_tree(x,y): . # here I

Write a python program to draw your dream house using Turtle module.

Example:

# here I use user-defined function

def draw_tree(x,y):

.

# here I use for loop

for x in Xlocations:

for y in Ylocations:

draw_tree(x,y)

ITEMS TO UPLOAD:

All input and output files should be uploaded together with your python code.

The drawing your program generates should be saved as jpeg, png (or other image) format or

copy and paste it into a word or power point document and upload it.

Your code must run.

1 - Data Types: use one or more variables of type: int, str, float, etc

2 - Modules: use one or more math, random, turtle or other modules

3 - Function: define one or more user-defined functions

4 - If Statements: use one or more if-statements

5 - For Loops: use one or more for loop

6 - While Loops: use one or more while loop

7 - Strings: use one or more string operations (functions)

8 - Lists: use one or more lists and/or their operations (functions)

9 - Dictionary: use one or more dictionaries and/or their operations

10 File Operations: use one or more file operations: open, read, write

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 Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions

Question

Discuss the various steps in the reading process.

Answered: 1 week ago