[lang-ref] ( assign_null ) ( python )

def test_assign_null():
    x = None
    assert x is None