Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python clear memory

a = 10
print a 

del a       
print a      ## throws an error here because it's been deleted already.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #clear #memory
ADD COMMENT
Topic
Name
9+5 =