红色五角星绘制
Posted cute-pig
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了红色五角星绘制相关的知识,希望对你有一定的参考价值。
import turtle as t t.color("black","red") t.begin_fill() for i in range(5): t.fd(100) t.rt(144) t.end_fill() t.done
以上是关于红色五角星绘制的主要内容,如果未能解决你的问题,请参考以下文章