用户:
沙手催更查看:0 回复:0 评论:0 创建时间:2021-05-30T21:23:56
【作品展示】

【作品介绍】
emmmmmm
【作品源代码】
def when_start():
Kitten.set_brush_size(10)
Kitten.set_brush_color_to('#000000')
while True:
Kitten.set_xy(Kitten.value_of_mouse('x'), (0 - Kitten.value_of_mouse('y')))
def when():
while True:
if Kitten.is_mouse_down():
Kitten.start_drawing()
def when():
while True:
if Kitten.is_mouse_up():
Kitten.stop_drawing()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn