判断题

以下代码的输出结果是 48。( )

nums = range(1, 9)

result = sum([num for num in nums if num % 3 != 0]) * 2 - 6

A 正确
B 错误
赣ICP备20007335号-2