We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8216eb2 commit b405a66Copy full SHA for b405a66
project_euler/problem_29/solution.py renamed to project_euler/problem_29/sol1.py
@@ -16,7 +16,7 @@
16
"""
17
18
19
-def solution(n):
+def solution(n: int = 100) -> int:
20
"""Returns the number of distinct terms in the sequence generated by a^b
21
for 2 <= a <= 100 and 2 <= b <= 100.
22
0 commit comments