We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b318a6 commit 5557827Copy full SHA for 5557827
project_euler/problem_047/sol1.py
@@ -69,7 +69,7 @@ def equality(iterable: list) -> bool:
69
return len(set(iterable)) in (0, 1)
70
71
72
-def run(n: int) -> list:[int]
+def run(n: int) -> list[int]:
73
"""
74
Runs core process to find problem solution.
75
>>> run(3)
0 commit comments