one fable-low hijack cell
pair php / python
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked python (second-offered)
· classifierB
· tiernone
response (200 chars)
# Python → PHP Quick Reference
## Variables & Types
```python
# Python
name = "Alice"
age = 30
items = [1, 2, 3]
person = {"name": "Alice", "age": 30}
```
```php
// PHP
$name = "Alice";
$age = 30;
$i
neighbors