半圆风车——彩色风叶 n = int(input()) #输入风扇叶子数量 import turtle as t #引入海龟 绘图库 import random #引入随机库 t.bgcolor('gray') #设置背景颜色为 灰色 #01