Python: Boolean Operators

By Xah Lee. Date: .
x and y
and
x or y
or
not x
negation

Python: Operators

Python

Overview

Help

Comment

String

Arithmetic

Boolean

Conditional

Loop

Data Structure

Function and Class

Module

Misc

Regex

Text Processing

Web

Misc