a=75
def var test():
return a
print (var_test ())
Answers
Answered by
0
Answer:
75
Explanation:
on calling test() function
it go to function definition there it is define to return a
Similar questions