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

File sol1.py

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

Source from the content-addressed store, hash-verified

1"""
2Project Euler Problem 092: https://projecteuler.net/problem=92
3Square digit chains
4A number chain is created by continuously adding the square of the digits in

Callers

nothing calls this directly

Calls 2

solutionFunction · 0.70
__str__Method · 0.45

Tested by

no test coverage detected