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)
7.2m questions
9.6m answers