黄色的五角星

Posted yuanjia8888

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了黄色的五角星相关的知识,希望对你有一定的参考价值。

import turtle as t

t.color("yellow") #填黄色的线
t.fillcolor("yellow") #填充黄色的、填进五星红旗
t.begin_fill() #开始填充
for i in range(5):
t.forward(100) #走100
t.right(144) #右转144度
t.end_fill() #填充结束

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

利用turtle库绘制半径为80的圆,要求画笔颜色为绿色,画笔宽度为3,填充黄色,代码?

画圆和五角星

Python123第二周

如何用processing画五角星

python输入输出练习

Python输入输出练习,运算练习