机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
王畅宇
更新时间:
2024-02-29 18:36
浏览:
258次
点赞:
0次
热度:
20
import turtle t=turtle.Turtle() t.shape('turtle') t.color('cyan') def qianjin(): t.forward(1) def houtui(): t.backward(1) def gff(): t.left(1) def ffg(): t.right(1) def fgf(): t.dot(10,'cyan') turtle.listen() turtle.onkeypress(qianjin,'Right') turtle.onkeypress(houtui,'Left') turtle.onkeypress(gff,'Up') turtle.onkeypress(ffg,'Down') turtle.onkeypress(fgf,'m')
点赞成功
分享作品
×