Skip to content
Prev Previous commit
Remove test case for the answer
  • Loading branch information
peteryao7 committed Oct 15, 2020
commit 9616ef63cdc8bbd997c760f383de8f37d1f38e92
2 changes: 0 additions & 2 deletions project_euler/problem_62/sol1.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ def solution(max_base: int = 5) -> int:
125
>>> solution(3)
41063625
>>> solution(5)
127035954683
"""
freqs = defaultdict(list)
num = 0
Expand Down