import turtleturtle.bgcolor('red')turtle.pencolor('yellow')turtle.fillcolor('yellow')turtle.begin_fill()for i in range(5): turtle.forward(100) turtle.right(144)turtle.end_fill()turtle.done()
本文共 248 字,大约阅读时间需要 1 分钟。
import turtleturtle.bgcolor('red')turtle.pencolor('yellow')turtle.fillcolor('yellow')turtle.begin_fill()for i in range(5): turtle.forward(100) turtle.right(144)turtle.end_fill()turtle.done()
转载于:https://www.cnblogs.com/commetoi/p/9016556.html