Python del var si existe
if 'var' in globals() :
del var
Annoying Armadillo
if 'var' in globals() :
del var