Hello everyone 
I want to know about the variables dereference
Code is in python 27
Let my variable be 
foo="hello python"
Print foo
del foo
What del command here actually doing , is it dereferencing or deleting the 
variable along with value it stored?

Thank you

Suresh Nagulavancha
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to