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

A.len(val) B.len(pow(2,1000)) C.len(str(val)) D.以上均不正确

时间:2023-11-21 10:36:15

相似题目

推荐题目