用户:独舟求败是只呱查看:0 回复:0 评论:0 创建时间:2021-05-05T14:15:48
【作品展示】

【作品介绍】
【去太空、趣编程】
【作品源代码】
import turtle as t
import random
t.pencolor('white')
t.bgcolor('black')
t.speed(1)
t.pensize(3)
for i in range(360):
x = random.randint(-400,400)
y = random.randint(-300,300)
t.up()
t.goto(x,y)
t.down()
t.forward(1)
t.down()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn