找回密码
 中文实名注册
查看: 172|回复: 0

太阳升起来了

[复制链接]

24

主题

86

帖子

1842

积分

版主

Rank: 7Rank: 7Rank: 7

积分
1842
发表于 2021-8-24 10:28:57 | 显示全部楼层 |阅读模式
[Python] 纯文本查看 复制代码
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-4-29 00:46 , Processed in 0.042064 second(s), 28 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表