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.
Asked
Active
Viewed 23 times