09 2020 档案
叠加的等边三角形
摘要:import turtle turtle.screensize(800,800,"red") turtle.setup(800,500,100) turtle.penup() turtle.fd(-100) turtle.pendown() turtle.pensize(7) turtle.penc
阅读全文
六边形
摘要: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
阅读全文
五角星
摘要:import turtle import time turtle.pensize(4) turtle.pencolor("yellow") #画笔黄色 turtle.fillcolor("red") #内部填充红色 #绘制五角星# turtle.begin_fill() for _ in range
阅读全文
浙公网安备 33010602011771号