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