News

Python program follows LEGB rule when trying to access a variable. (a) L(Local): Variables defined within a function or block have local scope. They're only accessible within that function or block.