mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-14 18:30:56 +08:00

* 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