关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
隋玉尔
2021-06-25 19:49
采纳率: 66.7%
浏览 211
首页
Python
已采纳
turtle. goto()
python
有问必答
请问turtle库的goto()函数会有三个参数吗?
如果有,第三个参数表示什么?
写回答
好问题
提建议
追加酬金
关注问题
微信扫一扫
点击复制链接
分享
邀请回答
2
条回答
默认
最新
关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
CSDN专家-HGJ
2021-06-25 19:53
最佳回答
专家已采纳
goto函数可以传入元组或两个浮点数,表示画布上坐标位置,没有第三个参数
采纳该答案
已采纳该答案
专家已采纳
评论
解决
1
无用
打赏
微信扫一扫
点击复制链接
分享
举报
评论
按下Enter换行,Ctrl+Enter发表内容
评论
登录
后可回复...
查看更多回答(1条)
相关推荐
更多相似问题
turtle
.
goto
()
python
有问必答
2021-06-25 19:49
回答 2
已采纳
goto
函数可以传入元组或两个浮点数,表示画布上坐标位置,没有第三个参数
python
里面
turtle
.tracer的问题
python
有问必答
2021-12-27 16:49
回答 3
已采纳
修改完毕,如果有可能的话少用点sleep(),他会阻塞进程 import
turtle
as t import random,time,datetime,math t.setup(1000,600)
python
中
turtle
设置tracer为False或比较大的数字时,出现画不全的现象
python
2022-03-21 22:55
回答 1
已采纳
设置tracer为False时需要在
turtle
.done()前搭配
turtle
.update()更新图像,设置为数字时作用如下链接 [](
turtle
.tracer函数怎么用? - 酒量小的桃子的回
python
中penup怎么用_
Python
turtle
.penup方法代码示例
2020-12-07 11:33
weixin_39624461的博客
本文整理汇总了
Python
中
turtle
.penup方法的典型用法代码示例。如果您正苦于以下问题:
Python
turtle
.penup方法的具体用法?
Python
turtle
.penup怎么用?
Python
turtle
.penup使用的例子?那么恭喜您, 这里精选的方法...
python
的
turtle
隐藏指令_
Python
turtle
.hide
turtle
方法代码示例
2020-12-11 02:44
weixin_39637260的博客
本文整理汇总了
Python
中
turtle
.hide
turtle
方法的典型用法代码示例。如果您正苦于以下问题:
Python
turtle
.hide
turtle
方法的具体用法?
Python
turtle
.hide
turtle
怎么用?
Python
turtle
.hide
turtle
使用的例子?那么...
python
里
turtle
.circle什么意思_
Python
turtle
.circle方法代碼示例
2020-12-10 18:48
weixin_39646706的博客
本文整理匯總了
Python
中
turtle
.circle方法的典型用法代碼示例。如果您正苦於以下問題:
Python
turtle
.circle方法的具體用法?
Python
turtle
.circle怎麽用?
Python
turtle
.circle使用的例子?那麽恭喜您, 這裏精選的...
python
用
turtle
画图运行报错、大佬门帮我看看
python
2021-01-18 19:13
回答 2
已采纳
在main()中最后一行加入mainloop(),即可。
turtle
库为什么无法使用tracer?
python
2020-08-06 17:37
回答 2
已采纳
https://blog.csdn.net/hester_hester/article/details/105919016
用
Python
画名字,用
turtle
python
有问必答
2021-10-13 18:33
回答 1
已采纳
import
turtle
def run(angle, lenth):
turtle
.seth(angle)
turtle
.fd(lenth) def change(x, y):
python
color属性_
Python
turtle
.color方法代码示例
2020-11-20 18:53
weixin_39968266的博客
本文整理汇总了
Python
中
turtle
.color方法的典型用法代码示例。如果您正苦于以下问题:
Python
turtle
.color方法的具体用法?
Python
turtle
.color怎么用?
Python
turtle
.color使用的例子?那么恭喜您, 这里精选的方法...
python
中seth和fd_
Python
turtle
.fd方法代码示例
2020-12-30 14:32
挺复杂一人的博客
本文整理汇总了
Python
中
turtle
.fd方法的典型用法代码示例。如果您正苦于以下问题:
Python
turtle
.fd方法的具体用法?
Python
turtle
.fd怎么用?
Python
turtle
.fd使用的例子?那么恭喜您, 这里精选的方法代码示例或许...
python
中penup怎么用_
Python
turtle
.pendown方法代码示例
2020-12-07 11:33
weixin_39531761的博客
本文整理汇总了
Python
中
turtle
.pendown方法的典型用法代码示例。如果您正苦于以下问题:
Python
turtle
.pendown方法的具体用法?
Python
turtle
.pendown怎么用?
Python
turtle
.pendown使用的例子?那么恭喜您, 这里...
关于#
python
#的问题:
turtle
颜色
python
2021-09-14 20:13
回答 1
已采纳
判断一下坐标是否有重叠的现象
python
turtle
画图部分图像显示后又瞬间消失,一直不显示
pycharm
python
有问必答
2022-01-19 17:15
回答 1
已采纳
item 值为'-0.12000000000003608'后面及格数值是,画笔出了屏幕,所以没有了图案,建议你检测一下数据
Python
,
turtle
库中填充颜色为什么没有在规定的区域内?
python
2020-03-15 22:54
回答 1
已采纳
我也是新手
turtle
学的时候只学了比较基本的,这是我修改后的代码,总而言之就是你的最后一个begin_fill放早了,空白处是原本你写的begin_fill,我把他往下挪了点位置就ok了,你自己理解
python
turtle
color_
Python
turtle
.color方法代碼示例
2020-11-29 08:50
weixin_39718286的博客
本文整理匯總了
Python
中
turtle
.color方法的典型用法代碼示例。如果您正苦於以下問題:
Python
turtle
.color方法的具體用法?
Python
turtle
.color怎麽用?
Python
turtle
.color使用的例子?那麽恭喜您, 這裏精選的方法...
python
中
goto
的用法_
Python
:
turtle
goto
()命令
2020-11-29 19:24
weixin_39565390的博客
Python
的一个优点是可以很容易地在解释器中测试小部分代码。让我们用翻译来检查两边的长度:In [82]: number_of_shapes = 4In [83]: for shape in range(1, number_of_shapes + 1):....: print(20 + shape * 10)...
python
中right是什么意思_
Python
turtle
.right方法代码示例
2020-12-05 09:07
weixin_39585795的博客
本文整理汇总了
Python
中
turtle
.right方法的典型用法代码示例。如果您正苦于以下问题:
Python
turtle
.right方法的具体用法?
Python
turtle
.right怎么用?
Python
turtle
.right使用的例子?那么恭喜您, 这里精选的方法...
用
Python
中
turtle
坐标怎么画名字?
python
有问必答
2022-04-17 21:39
回答 3
已采纳
用
turtle
.write()直接输出就好了. 一定要用画的吗你题目的解答代码如下: import
turtle
as p p.pensize(5) p.penup() p.
goto
(-90,-100
python
turtle
forward_
Python
turtle
绘图
2020-12-20 23:39
weixin_39524741的博客
turtle
库是
python
的内部库,是
python
2.6版本中后引入的一个简单的绘图工具,使用导入即可 import
turtle
1. 画布(canvas)画布就是
turtle
为我们展开用于绘图区域, 我们可以设置它的大小和初始位置设置画布大小
turtle
....
没有解决我的问题,
去提问