Ai
1 Star 0 Fork 0

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ex5_4x.py 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
我在吃大西瓜呢 提交于 2020-04-01 16:05 +08:00 . second commit
#Gwin_lee
import turtle
import time
def move(x, y):
# 海龟箭头移动到当前拖动位置
turtle.goto(x, y)
# 清除绑定关系
turtle.ondrag(None)
# 再次绑定
turtle.ondrag(move)
# 绑定turn方法
turtle.ondrag(move)
screen = turtle.getscreen()
screen.update()
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

搜索帮助