You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Write a function called "calculate_hypotenuse" that takes the lengths of two sides of a right triangle as arguments and returns the length of the hypotenuse.
# Write another function called "triangle_info" that takes the lengths of two sides and calls the "calculate_hypotenuse" function to calculate and print the length of the hypotenuse.