[lang-ref] ( init_list_allows_last_comma ) ( python )
def test_init_list_allows_last_comma():
# o
items = [
1,
2,
3,
]
assert len(items) == 3
def test_init_list_allows_last_comma():
# o
items = [
1,
2,
3,
]
assert len(items) == 3