<small id='surlS'></small><noframes id='surlS'>

    • <bdo id='surlS'></bdo><ul id='surlS'></ul>
  • <i id='surlS'><tr id='surlS'><dt id='surlS'><q id='surlS'><span id='surlS'><b id='surlS'><form id='surlS'><ins id='surlS'></ins><ul id='surlS'></ul><sub id='surlS'></sub></form><legend id='surlS'></legend><bdo id='surlS'><pre id='surlS'><center id='surlS'></center></pre></bdo></b><th id='surlS'></th></span></q></dt></tr></i><div id='surlS'><tfoot id='surlS'></tfoot><dl id='surlS'><fieldset id='surlS'></fieldset></dl></div>

      <tfoot id='surlS'></tfoot><legend id='surlS'><style id='surlS'><dir id='surlS'><q id='surlS'></q></dir></style></legend>

        Python 2.x 中的 True=False 赋值

        True=False assignment in Python 2.x(Python 2.x 中的 True=False 赋值)
          <legend id='NYyV5'><style id='NYyV5'><dir id='NYyV5'><q id='NYyV5'></q></dir></style></legend>
          <i id='NYyV5'><tr id='NYyV5'><dt id='NYyV5'><q id='NYyV5'><span id='NYyV5'><b id='NYyV5'><form id='NYyV5'><ins id='NYyV5'></ins><ul id='NYyV5'></ul><sub id='NYyV5'></sub></form><legend id='NYyV5'></legend><bdo id='NYyV5'><pre id='NYyV5'><center id='NYyV5'></center></pre></bdo></b><th id='NYyV5'></th></span></q></dt></tr></i><div id='NYyV5'><tfoot id='NYyV5'></tfoot><dl id='NYyV5'><fieldset id='NYyV5'></fieldset></dl></div>

          <small id='NYyV5'></small><noframes id='NYyV5'>

            • <bdo id='NYyV5'></bdo><ul id='NYyV5'></ul>
                  <tfoot id='NYyV5'></tfoot>
                    <tbody id='NYyV5'></tbody>
                  本文介绍了Python 2.x 中的 True=False 赋值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  可能重复:
                  为什么 Python 不能像我一样处理真/假值期待?

                  似乎是一个愚蠢的问题,但为什么 Python 中的以下语句没有明确禁止?

                  Seems a stupid question, but why is the following statement in Python not explicitly forbidden?

                  >> True=False
                  >> True
                  False
                  

                  TrueFalse如何被Python解释器处理?

                  How is True and False handled by Python interpreter?

                  推荐答案

                  True,就像 str 或任何其他内置函数一样,只是一个存在于作用域中的名称默认情况下.您可以像任何其他此类名称一样重新绑定它.

                  True, just like str or any other builtin, is just a name that exists in the scope by default. You can rebind it like any other such name.

                  这篇关于Python 2.x 中的 True=False 赋值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Initialize Multiple Numpy Arrays (Multiple Assignment) - Like MATLAB deal()(初始化多个 Numpy 数组(多重赋值) - 像 MATLAB deal())
                  How to extend Python class init(如何扩展 Python 类初始化)
                  What#39;s the difference between dict() and {}?(dict() 和 {} 有什么区别?)
                  What is a wrapper_descriptor, and why is Foo.__init__() one in this case?(什么是 wrapper_descriptor,为什么 Foo.__init__() 在这种情况下是其中之一?)
                  Initialize list with same bool value(使用相同的布尔值初始化列表)
                  setattr with kwargs, pythonic or not?(setattr 与 kwargs,pythonic 与否?)

                    <tbody id='M56Rc'></tbody>

                    <small id='M56Rc'></small><noframes id='M56Rc'>

                    • <tfoot id='M56Rc'></tfoot><legend id='M56Rc'><style id='M56Rc'><dir id='M56Rc'><q id='M56Rc'></q></dir></style></legend>
                        <i id='M56Rc'><tr id='M56Rc'><dt id='M56Rc'><q id='M56Rc'><span id='M56Rc'><b id='M56Rc'><form id='M56Rc'><ins id='M56Rc'></ins><ul id='M56Rc'></ul><sub id='M56Rc'></sub></form><legend id='M56Rc'></legend><bdo id='M56Rc'><pre id='M56Rc'><center id='M56Rc'></center></pre></bdo></b><th id='M56Rc'></th></span></q></dt></tr></i><div id='M56Rc'><tfoot id='M56Rc'></tfoot><dl id='M56Rc'><fieldset id='M56Rc'></fieldset></dl></div>
                        • <bdo id='M56Rc'></bdo><ul id='M56Rc'></ul>