main
feat: add decision tree classifier and random forest regressor implementations
feat: Add initial project structure
format ai.py
feat: Add assignment operator functions and tests
feat: Add conditional operator exercises
feat(dicts): Implement dictionary manipulation functions and add tests
реализация заданий к практике по работе с файлами
fix(python_analysis): Correct import path for is_simple in functions_.py
fix(python_analysis/lists_): Ensure is_simple function correctly handles numbers <= 1
feat: Add loops exercises
feat: Implement strings_5 function and add tests