[Tutor] Variable reference

Suresh Nagulavancha suresh852456 at gmail.com
Mon Jul 6 15:55:10 CEST 2015


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


More information about the Tutor mailing list