____ variable is the variable that is stored inside the function

13. ____ variable is the variable that is stored inside the function.

  1. Local
  2. Global

Answer: A) Local

Explanation:

In Python, the Local variable is the type of variable which are stored inside the function.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.