单项选择题

以下代码的运行结果为( ) a = 13 b = 6 result = a % b if (a % b >4) else a//b

A、0
B、1
C、2
D、5