When a variable is created by except ... as variable, one cannot access the variable from outside of except block. Why is it happening
except ... as variable
variable
except