Question: Create a smiley face. Create a house using a triangle on top of a square for the roof and a rectangle for a door. Create

Create a smiley face.

Create a house using a triangle on top of a square for the roof and a rectangle for a door.

Create a tic tac toe board with some Xs and Os

When you are done, take a screenshot of your code and paste it into this document. Then take a screenshot of your drawing and paste it in the document. When done, save this file as a PDF and upload it to D2L.

Turtle Cheat Sheet

The first line in your program should be: import turtle

Name your turtle: name = turtle.Turtle()

Use some combination of the following commands to draw (the numbers can be changed to change the size of the line/circle/angle):

name.forward(100)

name.right(90)

name.left(90)

name.circle(100)

name.penup()

name.pendown()

name.setpos(x,y)

The last line in your program should be: turtle.done()

Paste your python code here:

Paste a screenshot of your drawing here:

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!