09 2020 档案
摘要:import turtle turtle .pu() turtle .fd(-120) turtle.pensize(3) turtle.width(5) turtle.pencolor("green") turtle.pd() turtle.fd(250) turtle.seth(120) tur
阅读全文
摘要:import turtle turtle.fillcolor("blue") turtle.begin_fill() turtle.left(30) turtle.forward(144) turtle.right(60) turtle.forward(144) turtle.right(60) t
阅读全文
摘要:import turtle turtle.pensize(2) turtle.pencolor("black") turtle.fillcolor("red") turtle.begin_fill() count=1 while count<=5: turtle.forward(100) turtl
阅读全文

浙公网安备 33010602011771号