机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
徐楷晰
更新时间:
2024-08-08 11:43
浏览:
364次
点赞:
0次
热度:
20
import turtle as t def qianjin(): t.forward(50) def houtui(): t.backward(50) def zuozhuan(): t.left(90) def youzhuan(): t.right(90) t.listen() t.onkeypress(qianjin,'Right') t.onkeypress(houtui,'Left') t.onkeypress(zuozhuan,'Up') t.onkeypress(youzhuan,'Down')
点赞成功
分享作品
×