📜  python代码示例中的平方根

📅  最后修改于: 2022-03-11 14:46:49.179000             🧑  作者: Mango

代码示例6
n = 5
result = pow(n, 2)
print(result)