Computer Science, asked by Zhangh, 26 days ago

x= 15
def Sal():
global x
x= 15
y= 25
print(x)
Sal()
Execute the program

Answers

Answered by meshramankit42
0

Answer:

15 is the answer...

Explanation:

if there is proper indentation...

Similar questions