Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

val = 50

def example():
val = 15
print (val)

print (val)
example()
print (val)


Sagot :

Answer:50

15

i dont know the 3rd number but hope it helped

Explanation:

Based on the given scenario above, the output will be 50, 15, 50. Check more about output  below.

What are computer outputs?

An output is known to be a kind of data that a computer is said to bring out after processing.

Based on the above, conclusively, looking at the programming code, we can say that the output will be 50, 15, 50.

Learn more about programming from

https://brainly.com/question/23275071

#SPJ2