📜  在 python 代码示例中删除 sqrt

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

代码示例1
import math

toSquare = 300
squared = math.sqrt(toSquare)