how to take the square root of a number in python\ code example Example: python get square root import math toSquare = 300 squared = math.sqrt(toSquare)