Posts by Jose Alan De Aquino Santos • 3 points
1 post
-
-2
votes1
answer43
viewsQ: how to create a function that has three parameters, but only use two of each of these parameters in python
I need to create a function that calculates the trigonometric ratios between the sides of a rectangular triangle. The function should receive three parameters: opposite cathode, adjacent cathode and…