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