[lang-ref] ( literal_null ) ( python )

def test_literal_null():
    # None
    v = None
    assert v is None