Assumptions we have a stored object called tag ``` python len(tag.find()) # 20 t = tag.find()[0] t.remove() len(tag.find()) # 0 ``` The expected behavior would be that only t is removed from the backend
Assumptions we have a stored object called tag
The expected behavior would be that only t is removed from the backend