Question: Need help. I run the code, and print output is x=0, why x is not equal to 2. Consider the following code: X-0 def add

Need help. I run the code, and print output is x=0, why x is not equal to 2.
Consider the following code: X-0 def add one(x): X-x+1 return x add_one (1) print ("x=",x) What will be printed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
