What are local variables?
A variable which is defined within a
function is called local variable. A local variable can be accessed from the
point of its definition until the end of function in which it is defined.
This website is about learning python programming. Features of Python Programming language are explained in he form of videos.