f = 11 print(f) del f print(f) # This should show a error thing that says that this variable doesn't exist

Read more of this post