2480 . 单选题

下面 Python 执行后输出是

import turtle
for i in range(10): 
    turtle.circle(i * 10)