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