Question: Run the program in detail and explain what the values will print and why. b=2 def pro1(a, c): global b a = a + 3
Run the program in detail and explain what the values will print

and why.
b=2 def pro1(a, c): global b a = a + 3 c=b* a b = b +2. print a, b, c a=1 C=3 while c = 2: pro1(a, c) a = 3-a C=C+2 else: b=b+ 2 a=a* 2 (= a + b print a, b,c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
