val=pow(2,1000),请用一行代码返回val结果的长度值。

val=pow(2,1000),请用一行代码返回val结果的长度值。

A.len(val)

B.len(pow(2,1000))

C.len(str(val))

D.以后均不正确

正确答案是C