We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69b79f commit 52465d0Copy full SHA for 52465d0
project_euler/problem_37/sol1.py
@@ -89,4 +89,4 @@ def compute_truncated_primes(count: int = 11) -> List[int]:
89
90
91
if __name__ == "__main__":
92
- print(f"{sum(compute_truncated_primes(11))}")
+ print(f"{sum(compute_truncated_primes(11)) = }")
0 commit comments