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

太阳升起来了

[复制链接]

24

主题

62

回帖

86

积分

版主

积分
86
发表于 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()



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 中文实名注册

本版积分规则

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