Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

undefie int value python

>>> a = 1
>>> a
1
>>> del a
>>> a
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'a' is not defined
 
PREVIOUS NEXT
Tagged: #undefie #int #python
ADD COMMENT
Topic
Name
4+2 =