Tuple Unpacking Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Parse an /etc/passwd file output | tuple unpacking string manipulation split |
| Intermediate | Starwars character with highest bmi | max tuple unpacking string manipulation operator |
| Intermediate | Class rosters data conversion | tuple unpacking csv string parsing |
| Intermediate | Get spelling suggestions | namedtuple tuple unpacking TextBlob typing comparison |
| Intermediate | Goal tracker | datetime tuple unpacking date |
| Intermediate | Add pi day to the calendar | calendar tuple unpacking |
| Advanced | Code your way out of a grid | namedtuple tuple unpacking numbers looping |