import math num1 = float(input()) num2 = float(input()) average = math.sqrt(abs(num1) * abs(num2)) print("Среднее геометрическое модулей двух чисел: ", average)
To embed this program on your website, copy the following code and paste it into your website's HTML: