美文网首页
UnboundLocalError: local variabl

UnboundLocalError: local variabl

作者: 大眼杰的世界 | 来源:发表于2020-07-15 09:17 被阅读0次

    该错误的内容翻译过来就是:局部变量total没有定义就使用了。

    今天练习类似于如下代码的时候遇到了一个UnboundLocalError错误,该错误的内容翻译过来就是:局部变量total没有定义就使用了。

    ```python

    print test

    ```

    相关文章

      网友评论

          本文标题:UnboundLocalError: local variabl

          本文链接:https://www.haomeiwen.com/subject/okqxqktx.html