Run
import math x = 3 result = math.sqrt(x) print('sqrt(x) :', result)
Output