1、绘制绿叶 通过 python 的turtle 库绘制一个绿叶的图案,如下图: 2、实现代码 绘制一个绿叶图,以下为实现代码: """ 绿叶.py """ import turtle # 导入海龟模块 turtle.bgcolor('pink') # 设定背景颜色 turtle.pensize