With the brackets, Python constructs the list first then sums the elements. Without the brackets, you have a generator expression. Python will ...
確定! 回上一頁