下面代码的输出结果是( )
Def func(a,b):

下面代码的输出结果是( )
Def func(a,b):
a *= b
return a
S = func(5,2)
Print(s)

A.40

B.1

C.12

D.10

正确答案是D