a = 16 print(sqrt(a)) from math import * print(sqrt(a))