[lang-ref]
( type )
>
( type_null )
> ( null ) ( python )
[lang-ref] ( null ) ( python )
def test_null(): x = None assert x == None assert x is None assert bool(x) is False