import turtle for i in range(100,0,-5): # 从100到0循环递减每次减5 turtle.circle(i,90)
不懂为啥第一次运行会出错,错了再运行一遍for就出来了