Computer Science, asked by arvindtiwari5598, 10 months ago

What will be the output of the following code :- i=5
def checkGlobal():
global i
i=i+10
print(i)
checkGlobal()​

Answers

Answered by Anonymous
0

\tt\it\bf\it\large\bm{\mathcal{\fcolorbox{blue}{white}{\blue{output:-}}}}

11

Answered by pashwani690
0

Answer: 15

Explanation:

Similar questions