(original) (raw)
help(sum) tells clearly that it should be used to sum numbers and not strings, and with strings actually fails.
However sum(\[\[1,2,3\],\[4\],\[\],\[5,6\]\], \[\]) concatenates the lists.
Is this to be considered a bug?
Andrea