五角星
Posted xxt77
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了五角星相关的知识,希望对你有一定的参考价值。
import turtle turtle.pensize(4) turtle.pencolor("yellow") turtle.fillcolor("red") turtle.begin_fill() for _ in range(5): turtle.forward(200) turtle.right(144) turtle.end_fill()
以上是关于五角星的主要内容,如果未能解决你的问题,请参考以下文章