Computer Science, asked by karthikpon06, 1 month ago

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 anuraghembrom05
0

Answer:

Learn Python Variable Scope-types of Variable scope: local scope, global scope, enclosed scope, built-in scope; Global

Similar questions