Unpacking & Arguments in Python
Feb 23, 2022 · 12 min read · Python has a clean and concise coding style, sometimes we call it 'pythonic'. Among those pythonic coding, unpacking is a powerful and extremely common technique that can be seen everywhere in Python, sometimes you have not even noticed. In this arti...
Join discussion
