Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 22, 2024
1 parent fdf358b commit 00f751f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/src/p0085.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
.. image:: https://projecteuler.net/resources/images/0085.png
Although there exists no rectangular grid that contains exactly two million rectangles, find the area of the grid with the nearest solution.
Although there exists no rectangular grid that contains exactly two million rectangles, find the area of the grid with
the nearest solution.
"""
from math import ceil, sqrt

Expand Down

0 comments on commit 00f751f

Please sign in to comment.