👤

The scope of a variable is __________________

A. it is not possible to determine the scope of a variable in Python
B. all variables are available throughout the program
C. where it can be read or modified
D. before it is declared


Answer :

Answer:

The scope of a variable is where it can be read or modified.