Add prime generator function

This commit is contained in:
2021-04-09 23:58:17 -04:00
parent b0cccc97ab
commit 01ce98cec6
2 changed files with 19 additions and 1 deletions

View File

@@ -27,4 +27,4 @@ if __name__ == "__main__":
solution = euler_087()
print("e087.py: " + str(solution))
assert(solution == 1097343)
#