© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Bright Andoh
|Mastering python🧠|Aspiring Data Scientist 📊|Game Enthusiast🎮|Robotics🦾
Day 11: Unpacking Any iterable i.e. list, tuple, or set can be unpacked using the assignment operator as below. x = [1, 2, 3] a, b, c = x a >>>1 b >>>2
No responses yet.