calculate square root in python
>>> import math # here import(download) math module
>>> math.sqrt(10)# here sqrt()is a method
3.1622776601683795
>>> math.sqrt(3)
1.7320508075688772
following way to find square root in python so ifyou are interested to learn python concept and more about sqrt() method than you can join industrial training in python.