Question: By python 2. What is the output of this program? 1 def main (): 2 num10 3 num2 1 4 numl, num2-get_num () 5 print
By python 2. What is the output of this program? 1 def main (): 2 num10 3 num2 1 4 numl, num2-get_num () 5 print ('num1 , numl, n') 6 print ('num2, num2) 8 def get num ): 10 num2=8 11 return numl, num2 12 main()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
