Experimenting with Scope

The scope of an object in Python defines its visibility to various sections of a module

If an object is �in scope,� its value can be read or changed

The code here demonstrates the scope of objects relative to different parts of a module