摘要:
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 阅读全文
posted @ 2020-09-15 23:53
苦力搬运工
阅读(5687)
评论(0)
推荐(0)
摘要:
import turtle turtle.fillcolor("blue") turtle.begin_fill() turtle.left(30) turtle.forward(144) turtle.right(60) turtle.forward(144) turtle.right(60) t 阅读全文
posted @ 2020-09-15 23:51
苦力搬运工
阅读(1251)
评论(0)
推荐(0)
摘要:
import turtle turtle.pensize(2) turtle.pencolor("black") turtle.fillcolor("red") turtle.begin_fill() count=1 while count<=5: turtle.forward(100) turtl 阅读全文
posted @ 2020-09-15 23:50
苦力搬运工
阅读(295)
评论(0)
推荐(0)

浙公网安备 33010602011771号