Concept

Local Variable

A variable defined inside a function and it can only be used/called within this function. Calling this variable outside of the function it is defined in will lead to an error. This is an important idea in Python, as new users are frequently confused over the scope of defined variables.

0

1

Updated 2020-10-02

Tags

Data Science