Variable Scope

Console Output
>

Variable Scope Visualization

Real-time scope analysis and variable visibility

Scope Hierarchy

Global Scope

Variables accessible everywhere

0

Enclosing Scope

Variables from outer functions

1

Local Scope

Variables within current function

2

Built-in Scope

Python built-in functions

3

Variable Visibility

Current Scope

Global

Analysis Status

Ready

Scope Analysis Progress

0%