Computer Science, asked by shivigupta9415, 7 months ago

write the output for the following code
def state 1()
globale name
name =55
print (name)
name=100
print (name)
state1()
print (name)​

Answers

Answered by TarunSJ
0

Answer:

there will be written 55 then on the next line 100 then again 100 on the next line

Similar questions