In python, there are three logical operators: AND, OR and NOT. These same operators can also be classified as bitwise operators. The following table illustrates this in greater detail:
Note that, additionally, there are three more bitwise operators:...