单选题

设有以下函数,运行程序输出的结果是? ( )

def demo(a,b):

     a*=b

     return a

s=demo(5,2)

print(s)

A

5

B

10

C

12

D

20

赣ICP备20007335号-2