>>> myList=[1,2,3] >>> del myList >>> myList Traceback (most recent call last): File "", line 1, in NameError: name 'myList' is not defined