Create 1 - Hypothenuse

This commit is contained in:
Lukas Baumann 2021-02-18 09:24:06 +01:00 committed by GitHub
parent 31271eef41
commit 500107655d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
11/c/1 - Hypothenuse Normal file
View File

@ -0,0 +1,2 @@
def hypotenuse(a, b):
return (a**2+b**2)**0.5