one fable-low hijack cell
pair python / roots
envelope fr_ou
ordering AB
effort low
French 'ou' (or) framing — 'X ou Y?'
verdictpicked roots (second-offered)
· classifierB
· tiernone
response (200 chars)
# Finding Roots in Python
Here are the main ways to find roots of equations in Python:
## 1. Polynomial roots — `numpy.roots`
```python
import numpy as np
# Roots of x² - 5x + 6 = 0 → coefficien
neighbors