spgl.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:SPGL 作者: wynand1004 项目源码 文件源码
def destroy(self):
        # When a sprite is destoyed move it off screen, hide it, and set state to None
        # This is a workaround as there is no way to delete a sprite from memory in the turtle module.
        self.hideturtle()
        self.goto(10000, 10000)
        self.state = None
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号