Python/project_euler/problem_007
Michael D 98e9d6bdb6
Fix style of the first ten solutions for Project Euler (#3242)
* Fix style of the first ten solutions for Project Euler

- Unify the header docstring, and add reference URLs to wikipedia
  or similar
- Fix docstrings to be properly multilined
- Add newlines where appropriate
- Add doctests where they were missing
- Remove doctests that test for the correct solution
- fix obvious spelling or grammar mistakes in comments and
  exception messages
- Fix line endings to be UNIX. This makes two of the files seem
  to have changed completely
- no functional changes in any of the solutions were done
  (except for the spelling fixes mentioned above)

* Fix docstrings and main function as per Style Guide
2020-10-25 08:53:16 +05:30
..
__init__.py Rename Project Euler directories and other dependent changes (#3300) 2020-10-15 12:43:28 +05:30
sol1.py Fix style of the first ten solutions for Project Euler (#3242) 2020-10-25 08:53:16 +05:30
sol2.py Fix style of the first ten solutions for Project Euler (#3242) 2020-10-25 08:53:16 +05:30
sol3.py Fix style of the first ten solutions for Project Euler (#3242) 2020-10-25 08:53:16 +05:30