Computer Science, asked by chouhanprashant574, 3 months ago

Find and write the output of code in Python:
def state1()
global tigers
tigers=15
print (tigers)
tigers =95
print (tigers)
state1()
Print (tigers)
.....
please answer it is my paper question my paper is going on online

Answers

Answered by amankumar991123
2

Answer:

15 95

make the brainliest answer

Similar questions