[lang-ref] ( null ) ( python )

def test_null():
    x = None
    assert x == None
    assert x is None
    assert bool(x) is False