09 2020 档案
摘要:import turtle as t t.setup(600, 600, None,None) t.pu() t.fd(-120) t.pensize(5) t.width(5) t.pencolor("orange") t.pd() t.fd(250) t.seth(120) t.pencolor
阅读全文
摘要:import turtle turtle.left(30) turtle.forward(144) turtle.right(60) turtle.forward(144) turtle.right(60) turtle.forward(144) turtle.right(60) turtle.fo
阅读全文
摘要:from turtle import * fillcolor("red") begin_fill() while True: forward(200) right(144) if abs(pos()) < 1: break end_fill() import turtle t=turtle.Turt
阅读全文

浙公网安备 33010602011771号