one fable-low hijack cell
pair lua / python
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked python (second-offered)
· classifierB
· tiernone
response (200 chars)
# Lua → Python Cheat Sheet
## Basics
| Lua | Python |
|---|---|
| `-- comment` | `# comment` |
| `--[[ block ]]` | `""" block """` |
| `local x = 5` | `x = 5` |
| `nil` | `None` |
| `true / false` |
neighbors