how to wirte sqare root in python code example Example: how to square root in python import math answer = math.sqrt(16)