Question

Q Create a program using turtle. The program can be graphics, racing of elements, or writing...

Q Create a program using turtle. The program can be graphics, racing of elements, or writing names.
*This should be done by moving the turtle around the screen, not by using any functions that prints text/graphics on the screen. *

0 0
Add a comment Improve this question Transcribed image text
Answer #1

If you need any changes please comment below.

Turtle Code:

from turtle import *

from random import randint

t1=Turtle()

t1.color('white')

t1.shape('turtle')

t1.penup()

t1.goto(-160,100)

t1.pendown()

t1.color('red')

t2=Turtle()

t2.color('white')

t2.shape('turtle')

t2.penup()

t2.goto(-160,50)

t2.pendown()

t2.color('blue')

t1.penup()

t1.goto(-160,100)

t1.pendown()

t2.penup()

t2.goto(-160,50)

t2.pendown()

for move in range(100):

t1.forward(randint(1,6))

t2.forward(randint(1,6))

output:

IF YOU HAVE ANY QUERY PLEASE COMMENT DOWN BELOW.
PLEASE GIVE A THUMBS UP

Add a comment
Know the answer?
Add Answer to:
Q Create a program using turtle. The program can be graphics, racing of elements, or writing...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
Active Questions
ADVERTISEMENT