one fable-low hijack cell
pair global / local
envelope zh_huo
ordering AB
effort low
Chinese '或' (huò, or) framing — '{X}或{Y}?'
verdictpicked local (second-offered)
· classifierB
· tiernone
response (200 chars)
你提到的「local 或 global」可以出現在很多不同的情境中,意思各不相同。以下是幾個常見的場景:
## 程式設計
- **Local(區域變數)**:只在函式或區塊內有效
- **Global(全域變數)**:整個程式都可存取
```python
x = 10 # global
def func():
y = 5 # local
global x # 宣告要修改
neighbors