09 2020 档案
摘要:import turtle turtle .pu() turtle .fd(-120) turtle.pensize(5) turtle.width(5) turtle.pencolor("gold") turtle.pd() turtle.fd(250) turtle.seth(120) turt
阅读全文
摘要:import turtle turtle.fillcolor("red") turtle.begin_fill() turtle.left(30) turtle.forward(144) turtle.right(60) turtle.forward(144) turtle.right(60) tu
阅读全文
摘要:import turtle turtle.fillcolor("red") turtle.begin_fill() count=1 while count<=5: turtle.forward(500) turtle.right(144) count+=1 turtle.end_fill()
阅读全文

浙公网安备 33010602011771号