标签:color end com mamicode war info src python forward
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()

标签:color end com mamicode war info src python forward
原文地址:https://www.cnblogs.com/xxt77/p/12491431.html