24
86
1842
版主
import turtle turtle.speed(0) turtle.fillcolor('red') turtle.pencolor('red') turtle.hideturtle() for i in range(600): turtle.penup() turtle.goto(0,i-300) turtle.pendown() turtle.begin_fill() turtle.circle(100) turtle.end_fill()
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|东台市机器人学会 ( 苏ICP备2021035350号-1;苏ICP备2021035350号-2;苏ICP备2021035350号-3 )
GMT+8, 2024-11-1 08:19 , Processed in 0.039501 second(s), 29 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.