Ai
1 Star 0 Fork 0

我在吃大西瓜呢/Python课程学习

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ex5_8.py 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
我在吃大西瓜呢 提交于 2020-04-01 16:05 +08:00 . second commit
import turtle
import time
turtle.color('red')
turtle.pensize(5)
turtle.goto(0,0)
turtle.speed(6)
for i in range(15):
turtle.forward(100)
turtle.right(150)
turtle.up()
turtle.goto(100,-120)
turtle.color('black')
turtle.write("Python爱好者",font="隶书 -36 bold")
turtle.up()
turtle.goto(135,-140)
turtle.color('black')
turtle.write("2018 年 1 月 1 日",font="隶书 -18" )
turtle.up()
turtle.goto(240,-160)
turtle.color('black')
turtle.write("." )
turtle.done()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wang_ming_er/python_course_learning.git
git@gitee.com:wang_ming_er/python_course_learning.git
wang_ming_er
python_course_learning
Python课程学习
master

搜索帮助