Question: By python 8 def get_num () numl5 10 num28 11 return num1, num2 12 main () 3. What is the output of this program if
By python 8 def get_num () numl5 10 num28 11 return num1, num2 12 main () 3. What is the output of this program if the inputs are 5 and 6? 1 import math 2 def main(): 3 a float (input ('Enter value 1: ')) 4 b float (input ('Enter value 2: ')) 5 c math.hypot (a, b) 6 pn 7 main()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
