What will be the output of the following code :- i=5
def checkGlobal():
global i
i=i+10
print(i)
checkGlobal()
Answers
Answered by
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