one fable-low hijack cell
pair global / python
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked python (second-offered)
· classifierB
· tiernone
response (200 chars)
# The `global` Keyword in Python
In Python, `global` lets you modify a variable defined at the module (global) level from inside a function.
## Basic Usage
```python
counter = 0 # global variable
neighbors