[Solved] Write a function called findHypot
[ad_1] There are some problems with your code, but let’s look at the output first. You get that output, because you are not calling the function that you defined: print(“The lenght of the hypotenous is”,findhypot) So instead of just putting findhypot in your print you should call it and pass the two paramters that you … Read more