We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5eb3c commit b35a4fbCopy full SHA for b35a4fb
Math/trigonometric_ratios.py
@@ -1,5 +1,3 @@
1
-import math
2
-
3
print("Enter the values of sides of a triangle")
4
a = float(input("Enter the value of side a: "))
5
b = float(input("Enter the value of side b: "))
0 commit comments