## Explanation It's way more common to have the variable first. ## Example ```python # Bad "Yoda" == i_am # Good i_am == "Yoda" ```