mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-05-22 08:53:22 +00:00
Merge cdc209fda66380eaee113396562da92a742ba16d into f0ea440d412b9b079e3346600f24c74a8ea96386
This commit is contained in:
commit
edeec7b622
6
Depth_of_lake.py
Normal file
6
Depth_of_lake.py
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
H = float(input("Enter the value of H : "))
|
||||
L = float(input("Enter the value of L : "))
|
||||
x = ((L*L) - (H*H)) / (2*H)
|
||||
|
||||
print("Depth of lake at A is : ", x)
|
Loading…
x
Reference in New Issue
Block a user