Sign up to request clarification or add additional context in comments.
Comments
0
No, it's not possible.
Quoting from (http://www.python.org/doc//current/reference/simple_stmts.html#del):
Deletion of a name removes the binding of that name from the local or global namespace,...
[ ]is not an array in Python, it is a list. What an array is in Python is described here: (docs.python.org/library/array.html#module-array)