[lang-ref] ( logic_operator_not ) ( python )

def test_logic_operator_not():
    # not
    r = not True
    assert not r