[lang-ref] ( item_size ) ( python )

def test_item_size():
    # len(items)

    items = ['A', 'B', 'C', 'D', 'E']

    assert len(items) == 5