单项选择题
以下代码的输出结果是() a=(7%2)**3 print(a)
A.1 B.2 C.4 D.3
A.123123 B.246 C.error D.以上都不是
A.a+b输出结果为18 B.a-b输出结果为0 C.a%3输出结果为0 D.b%a-1输出结果为0