python divide a square root for another square root and get an int code example
Example: python get square root
import math
toSquare = 300
squared = math.sqrt(toSquare)
import math
toSquare = 300
squared = math.sqrt(toSquare)