Variable created by 'except Exception as err' is not accessible from outside 'except' block

后端 未结 0 935
Happy的楠姐
Happy的楠姐 2020-11-30 19:51

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题