I came across this is working on #105 -- it turns out that calling `delete` like this: ```python from vpython import sphere s = sphere() s.delete() ``` does not delete the sphere from the canvas even though it decrements the object count.