Programming

Python Tricks: Unpacking Iterables

Louis Chan
Towards AI
Published in
3 min readJul 17, 2021

--

Welcome to a series of short posts each with handy Python tricks that can help you become a better Python programmer. In this blog, we will look into how to unpack iterables.

You don't need indices.

--

--

Learn from your own mistakes today makes you a better person tomorrow.