Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 20)
20.
What does the term "variable scope" refer to?
The lifetime of a variable
The region of the program where a variable can be accessed
The data type of a variable
The value assigned to a variable
Answer: Option
Explanation:
Variable scope refers to the part of the program where a variable is accessible.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.