csc-python-solutions/07/b/4 - Geometric Mean.py
2021-02-18 18:44:33 +01:00

2 lines
44 B
Python

print((float(input())*float(input()))**0.5)