Tiny-Python-3.9-Notebook icon indicating copy to clipboard operation
Tiny-Python-3.9-Notebook copied to clipboard

Suggestion: List Unpacking

Open Proteusiq opened this issue 2 years ago • 0 comments

Would it be awesome to add list unpacking?

people = ['Paul', 'John', 'George']
paul, *rest = people

Proteusiq avatar Feb 09 '23 19:02 Proteusiq