标签: 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(铅笔),我仍会得到相同的错误代码!