#!/usr/bin/env python3
import math
#
def func():
  print(math.sqrt(x))
#
func()

  
  