Tiny-Python-3.9-Notebook
Tiny-Python-3.9-Notebook copied to clipboard
Suggestion: List Unpacking
Would it be awesome to add list unpacking?
people = ['Paul', 'John', 'George']
paul, *rest = people