首页 > 编程语言> > 用python画一个五角星 用python画一个五角星 2021-10-11 23:01:27 作者:互联网 from turtle import *fillcolor("red")begin_fill()while True: forward(200) right(144) if abs (pos()) < 1: breakend_fill() 标签:turtle,200,begin,right,python,一个,五角星,fill 来源: https://www.cnblogs.com/hongyixiaojiang/p/15395632.html