第13937题 判断题
判断给定Python代码的输出结果是否为48
nums = range(1, 9)
result = sum([num for num in nums if num % 3 != 0]) * 2 - 6
A

正确

B

错误

程序运行统计
暂无判题统计