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