This is bad Python for sum(x for x in range(1,1000) if x % 3 == 0 or x % 5 == 0). It simply sums all numbers in the range 1..999 divisible ...
確定! 回上一頁