Create 4 - Geometric Mean.py

This commit is contained in:
Lukas Baumann 2021-02-18 18:44:33 +01:00 committed by GitHub
parent 29dbb82c2e
commit 166804bb8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1 @@
print((float(input())*float(input()))**0.5)