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