python turtle画图怎么连接两点

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python turtle画图怎么连接两点相关的知识,希望对你有一定的参考价值。

如图,连接两坐标这种

参考技术A import turtle
turtle.up()
turtle.goto(-39,48)
turtle.down()
turtle.goto(50,-48)
参考技术B 可以考虑使用多进程,产生多个 turtle。

以上是关于python turtle画图怎么连接两点的主要内容,如果未能解决你的问题,请参考以下文章

python海龟画图怎么把背景变成黑色

python_turtle模板画图

Python用turtle模块画图

Python 玫瑰花绘制

有大神可以用python的turtle模块画图吗,求解

python-demo实例