Python del var, wenn existiert
if 'var' in globals() :
del var
Annoying Armadillo
if 'var' in globals() :
del var