Re: how to erase a variable

2006-06-03 Thread greenflame
Ok thanks all! -- http://mail.python.org/mailman/listinfo/python-list

Re: how to erase a variable

2006-06-02 Thread Ben Finney
"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

Re: how to erase a variable

2006-06-02 Thread John Machin
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

how to erase a variable

2006-06-02 Thread greenflame
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