main
feat: Add assignment operator functions and tests
feat: Add conditional operator exercises
feat(dicts): Implement dictionary manipulation functions and add tests
test(functions): Implement unit tests for functions module
Fix: Refactor lists functions for robustness and add unit tests
feat: Add loops exercises
feat: Implement strings_5 function and add tests
feat: Add initial project structure