[lang-ref]
( list )
>
( list_init )
> ( init_empty_list ) ( python )
[lang-ref] ( init_empty_list ) ( python )
def test_init_empty_list(): # [] items = [] assert len(items) == 0