下面Python代码执行后输出的图形如下,横线处应填写的代码是( )。
import turtle
for d in range(10,_________,10):
turtle.left(90)
turtle.forward(d)
120
110
100
90