one fable-low hijack cell
pair global / python
envelope en_vs_q
ordering BA
effort low
English 'vs' with question mark — '{X} vs {Y}?'
verdictpicked python (second-offered)
· classifierB
· tiernone
response (200 chars)
It sounds like you're asking about the `global` keyword in Python and how local vs. global variables work. Here's a quick rundown:
## Local vs. Global Variables
```python
x = 10 # global variable
neighbors