您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. python UnboundLocalError: local variable ‘x’ referenced before assignment

  2. 一、疑难杂症 def test_scopt(): print (x) #x是test_scopt()的局部变量,但是在打印时并没有绑定内存对象。 x = 30 #因为这里,所以x就变为了局部变量 test_scopt() x = 40 def test_scopt(): print(x) x = 30 test_scopt() 上面这两种情况都会报错:UnboundLocalError: local variable ‘x’ referenced before
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:55296
    • 提供者:weixin_38635323