Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
3いいね 211回再生

Python Turtle - Lesson 04: Fill Color [海龟绘图 第4课: 填充颜色]

Knowledge Point (知识点):
pen.fillcolor() # 设置填充颜色
pen.color() # 设置颜色(画笔, 填充)
pen.begin_fill() # 开始填充
pen.end_fill() # 结束填充

コメント