* Fix code style for Project Euler problems: - 13, 17, 21 - Default args - Type hints - File path * Fix code style for multiple problems * Made suggested changes
* pyupgrade --py37-plus **/*.py * fixup! Format Python code with psf/black push
* Create sol1.py * Create __init__.py * Update sol1.py * corrected range * Update sol1.py