What does the nonlocal keyword do when used in a function?
What does the nonlocal keyword do when used in a function? Correct Answer It indicates that a variable is defined in the nearest enclosing scope
What does the nonlocal keyword do when used in a function? Correct Answer It indicates that a variable is defined in the nearest enclosing scope