摘要:
import turtleturtle.width(10)turtle.color('red')turtle.circle(50)turtle.penup()turtle.goto(120,0)turtle.pendown()turtle.color('blue')turtle.circle(50) 阅读全文
posted @ 2020-09-28 20:34
减辞
阅读(148)
评论(0)
推荐(0)
摘要:
import turtle turtle.speed(0) turtle.fillcolor('black') turtle.begin_fill() turtle.circle(120,180) turtle.left(180) turtle.circle(-60,180) turtle.circ 阅读全文
posted @ 2020-09-28 20:31
减辞
阅读(73)
评论(0)
推荐(0)
摘要:
import turtle turtle.pensize(5) turtle.pencolor("yellow") turtle.fillcolor("red") turtle.begin_fill() for i in range(5): turtle.forward(100) turtle.ri 阅读全文
posted @ 2020-09-28 20:27
减辞
阅读(100)
评论(0)
推荐(0)
浙公网安备 33010602011771号