单选题

运行以下代码,请输出结果?( )
def fun(x):
   return x * x
print(fun(fun(fun(2))))

A

16

B

32

C

128

D

256

赣ICP备20007335号-2