Scope of variables in python

Scopes in python

Understand the Built-In scope, the global/ module scope and local scope. How these scopes have a nested relationship. How python looks in different scopes to get the assigned variable. Use global to force python to look the local variable in the global scope.