Choose the type of scope for a variable ‘a’ defined in the program.
Disp():
a := 7
print a
Disp()
a) Local b) Enclosed c) Global d) Built-in
Answers
Answered by
0
Answer:
Learn Python Variable Scope-types of Variable scope: local scope, global scope, enclosed scope, built-in scope; Global
Similar questions