81.3k views
20 votes
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

User Knights
by
5.1k points

1 Answer

11 votes

Answer:

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

User Reinhard
by
5.6k points