Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 333 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 333 Bytes

Opposite

Opposite library for Python

2014-01-27: Full support for Python 2.X.

Usage

>>> from opposite import True
>>> True == False
True
>>> from opposite import *
>>> True == False
False
>>> ^D

Thank you for all the support, Opposite will now ship as part of the standard library for Python 3.4.