one fable-low hijack cell
pair modula / pascal
envelope zh_huo_q
ordering AB
effort low
Chinese '或' with explicit question marker — '{X}或{Y}?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
这个问题有点简短,我需要更多上下文才能准确回答 😄 你可能是在问以下几种情况之一:
**1. Tkinter(Python GUI)**
```python
# 用 root(过程式写法)
root = tk.Tk()
btn = tk.Button(root, text="点我")
# 用 self(面向对象写法)
class App(tk.Tk):
def __init__(sel
neighbors