Home »
Python »
Python Variables MCQs
____ variable is the variable that is stored inside the function
13. ____ variable is the variable that is stored inside the function.
- Local
- Global
Answer: A) Local
Explanation:
In Python, the Local variable is the type of variable which are stored inside the function.