Kizspy | Question: 34
(Choose 1 answer)
What is a local variable in a Python function?
A. A variable that is defined inside a function and cannot be accessed outside of it.
B. A variable that is defined outside a function but used inside it.
C. A variable that is passed as an argument to a function.
D. A variable that is accessible anywhere in the program.