Home »
Python »
Python Variables MCQs
____ variables are the variables that can be used in the entire program
15. ____ variables are the variables that can be used in the entire program.
- Global
- Local
Answer: A) Global
Explanation:
In Python, global variables are the variables that can be used all over the program.