135k views
4 votes
Please can somebody help me! i’m really stuck on this question

Please can somebody help me! i’m really stuck on this question-example-1

1 Answer

8 votes

Answer:

import turtle

t = turtle.Turtle()

t.speed(0)

for x in range(1,10):

for i in range(4):

t.forward(20*x)

t.right(90)

User Dan Soap
by
6.6k points