MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / sol1.py

File sol1.py

project_euler/problem_046/sol1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Problem 46: https://projecteuler.net/problem=46
3
4It was proposed by Christian Goldbach that every odd composite number can be

Callers

nothing calls this directly

Calls 2

is_primeFunction · 0.70
solutionFunction · 0.70

Tested by

no test coverage detected