foo = True if foo == True: pass
foo = True if foo: pass
Used when an expression is compared to singleton values like True, False or None.