You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Project Euler] Fix code style in Problem 41 (#2992)
* add problem title and link, fix f-string
Signed-off-by: joan.rosellr <[email protected]>
* fix code style and improve doctests
Signed-off-by: joan.rosellr <[email protected]>
* undo changes to the main call
Signed-off-by: joan.rosellr <[email protected]>
* remove assignment operator in f-string
Signed-off-by: joan.rosellr <[email protected]>
* add newline after first import to attempt to fix pre-commit workflow
Signed-off-by: joan.rosellr <[email protected]>
* undo doctest changes, rename compute_pandigital_primes to solution
Signed-off-by: joan.rosellr <[email protected]>
* update solution to return the actual solution instead of a list
Signed-off-by: joan.rosellr <[email protected]>
* Update sol1.py
Co-authored-by: Dhruv <[email protected]>
0 commit comments