Scope of variable inside Python function
Question
:
What is the scope of a variable declared inside a function in Python?
Global
Local
Nonlocal
External
Answer
:
B - is the correct answer