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