摘要:
from turtle import * color("black","red") begin_fill() pu() fd(-200) pd() seth(30) fd(300) seth(-90) fd(300) seth(150) fd(300) end_fill() pu() seth(90 阅读全文
posted @ 2020-09-15 19:16
汤圆喵喵
阅读(507)
评论(0)
推荐(0)
摘要:
import turtle import time turtle.pensize(4) turtle.pencolor("yellow") #画笔黄色 turtle.fillcolor("red") #内部填充红色 #绘制五角星# turtle.begin_fill() for _ in range 阅读全文
posted @ 2020-09-15 18:57
汤圆喵喵
阅读(106)
评论(0)
推荐(0)
浙公网安备 33010602011771号