单选题

如下代码,运行之后,最终打印结果是?( )

def P(a,b=3):

    a=2

    return a*b

print(P(3,4))

A

6

B

8

C

4

D

12

赣ICP备20007335号-2