Would it be awesome to add list unpacking? ```python people = ['Paul', 'John', 'George'] paul, *rest = people ```