Computer Science, asked by Himanshu24577, 9 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 rrtpradhan
2

Explanation:

5=5+10

5=15

this is the answer

please please please

mujhe jyada point dijiye please I want to ask my question please I am a student of class 6

Similar questions