侧边栏壁纸

[Python]一 Turtle

2024年06月11日 46阅读 0评论 0点赞

lxal0pmf.png

#turtle

#import + 库名
import turtle

a = turtle

#前进、后退
a.forward(100)
a.backward(100)


#上色
a.fillcolor("颜色(英文")
a.begin_fill()#开始填充
a.end_fill()#填上

#转
a.left(45)
a.right(180)

#抬笔 放笔
a.up()
a.down()

#隐藏 显示、判断
a.hideturtle()
a.showturtle()
a.isvisible()

#坐标
a.goto(x,y)
0
打赏

—— 评论区 ——

昵称
邮箱
网址
取消
人生倒计时
最新评论
  • 人气很差!一条评论也没有!
舔狗日记