As far as I can tell, both del a and del(a) seems to work with the same effect. If that's the case, why would Python allow see
As far as I can tell, both del a and del(a) seems to work with the same effect. If that's the case, why would Python allow see