one fable-low hijack cell
pair global / python
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{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 (global) level from inside a function.
## Basic Usage
```python
counter = 0
def increment():
neighbors