one fable-low hijack cell
pair global / python
envelope code_haskell_alt
ordering BA
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked global (first-offered)
· classifierA
· tiernone
response (200 chars)
In Python, `global` is a keyword used to declare that a variable inside a function refers to a variable in the global (module-level) scope, allowing you to modify it:
```python
counter = 0
def incre
neighbors