(单选题, )面代码的执行结果是( ) print(pow(3,0.5)*pow(3,0.5)==3)
A.True
B.pow(3,0.5)*pow(3,0.5)==3
C.False
D.3
正确答案是C