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