Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

Clear variable in python

$
0
0

Is there a way to clear the value of a variable in python?

For example if I was implementing a binary tree:

class Node:    self.left = somenode1    self.right = somenode2

If I wanted to remove some node from the tree, I would need to set self.left to empty.


Viewing all articles
Browse latest Browse all 23131

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>