python中画笔控制函数有哪些 python怎么控制画笔速度

主机教程 建站分享 2年前 (2022-12-22) 193次浏览

文章摘要:python中画笔控制函数有哪些 python怎么控制画笔速度

python画笔控制函数:1.turtle.penup()函数,抬起画笔;2.turtle.pendown() […]

python画笔控制函数:1.turtle.penup()函数,抬起画笔;2.turtle.pendown()函数,落下画笔;3.turtle.pensize(width)函数,画笔的宽度;4.turtle.pencolor(color)函数,颜色字符串或rgb值;

python中的画笔控制函数有以下几种

1.penup()

turtle.penup()函数的作用是抬起画笔,且不留下痕迹,其别名为turtle.pu();

2.pendown()

turtle.pendown()函数的作用是落下画笔,且不留下痕迹,其别名为turtle.pd();

3.pensize()

turtle.pensize(width)函数表示的是画笔的宽度,其别名为turtle.width(width);

4.pencolor()

turtle.pencolor(color)函数为颜色字符串或rgb值;


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:python中画笔控制函数有哪些 python怎么控制画笔速度
文章链接:http://www.7966.org/post/13190.html
转载请注明出处

喜欢 (0)