1、绘制七彩浪花 通过 python 的turtle 库绘制 七彩浪花,如下图: 2、实现代码 绘制七彩浪花,以下为实现代码: """ 七彩浪花.py """ import turtle cs = ['red','orange','yellow','green'