7. Type Numbers

7.1. Boolean

>>> x = -1
>>> if x :
        print "display !"
>>> 'display'

7.1.1. Basic

7.1.2. Tips