```python *a, b, c = 1, 2, 3 ``` becomes: ```python * a, b, c = stuff ``` Notice the leading space.
becomes:
Notice the leading space.