] в ['a', 'b', 'c', 'd'] ?
sum([ ['a', 'b'], ['c', 'd'] ]) вызывает ошибку TypeError: unsupported operand type(s) for +: 'int' and 'list'
sum(...., start=[])
Обсуждают сегодня