Skip to content

Commit 52465d0

Browse files
Kush1101cclauss
andauthored
Update project_euler/problem_37/sol1.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent b69b79f commit 52465d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_37/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ def compute_truncated_primes(count: int = 11) -> List[int]:
8989

9090

9191
if __name__ == "__main__":
92-
print(f"{sum(compute_truncated_primes(11))}")
92+
print(f"{sum(compute_truncated_primes(11)) = }")

0 commit comments

Comments
 (0)