[lang-ref] ( init_empty_list ) ( python )

def test_init_empty_list():
    # []
    items = []

    assert len(items) == 0