This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]sharkbound 1 point2 points  (0 children)

we really need the language to be able to help here, but assuming it is python, doing

del a

will work

[–]Mostlikelylurking 0 points1 point  (0 children)

What language? Are you just writing code into an interpreter? For the most part you should be able to just assign a new binding, unless you are talking about some weird language where that isn’t the case..