Instead of adding the elements of each of the two vectors, Python concatenated the lists. This works because Python has overloaded the + symbol, ...
確定! 回上一頁