红色五角星绘制

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
    

技术图片

 

 


以上是关于红色五角星绘制的主要内容,如果未能解决你的问题,请参考以下文章

使用turtle库绘制五角星图形

1.五角星绘制

8.五角星绘制

如何采用Python语言绘制一个五角星

VB.NET关于绘制五角星

python五角星