0

I am trying to identify use of (del) in python after all we have Garbage collector in Python. Still I dint get clarity on why do we have del destructor because python will clear space using garbage collector by itself. So I am curies about advantages, disadvantages and situations where we can use del explicitly.

0 Answers0