Q143
What will be the output of the following Python code? def ram(x): print(x+1) x=-2 x=4 ram(12)
A.
13
AnswerB.
10
C.
2
D.
5
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board