1、绘制轮子走了 通过 python 的turtle 库绘制 轮子走了,如下图: 2、实现代码 绘制轮子走了,以下为实现代码: """ 轮子走了.py """ import time import turtle def draw_polygon(number,length):