Ok thanks all!
--
http://mail.python.org/mailman/listinfo/python-list
"greenflame" <[EMAIL PROTECTED]> writes:
> Is there a way to get rid of a variable as though it never existed? I
> know this sounds very basic but I have not come across any such
> methods.
You can use the 'del' statement to delete a name.
> Also is the fact that I will have a bunch of extra var
greenflame wrote:
> Is there a way to get rid of a variable as though it never existed? I
> know this sounds very basic but I have not come across any such
> methods. Also is the fact that I will have a bunch of extra variables
> just haning around because my use for them is over a bad thing? I wi
Is there a way to get rid of a variable as though it never existed? I
know this sounds very basic but I have not come across any such
methods. Also is the fact that I will have a bunch of extra variables
just haning around because my use for them is over a bad thing? I will
likely have on the order