为什么我不能在python中添加这个.gif的龟形状?

时间:2015-12-18 22:46:27

标签: python image turtle-graphics

pencil = "/Users/h205p6/Desktop/pencill.gif"
turtle.register_shape(pencil)
turtle.add_shape(pencil)
turtle.shape(pencil)

当我尝试运行此代码时,我得到“pyimage1”不存在。

我需要大力帮助!

如果我带走了turtle.add_shape(铅笔),我仍会得到相同的错误代码!

0 个答案:

没有答案