Python Boolean: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Python Language =Overview= <syntaxhighlight lang='python'> x = True type(x) <class 'bool'> </syntaxhighlight> =Operators= ==OR <tt>|</...") |
|||
Line 8: | Line 8: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Operators= | =Operators= | ||
==OR <tt>|</tt> and <tt>|=</tt>== | ==OR: <tt>|</tt> and <tt>|=</tt>== |