Skip to content

Commit b35a4fb

Browse files
authored
Update trigonometric_ratios.py
1 parent 3b5eb3c commit b35a4fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Math/trigonometric_ratios.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import math
2-
31
print("Enter the values of sides of a triangle")
42
a = float(input("Enter the value of side a: "))
53
b = float(input("Enter the value of side b: "))

0 commit comments

Comments
 (0)