MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / sol4.py

File sol4.py

project_euler/problem_01/sol4.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def mulitples(limit):
2 xmulti = []
3 zmulti = []
4 z = 3

Callers

nothing calls this directly

Calls 1

mulitplesFunction · 0.85

Tested by

no test coverage detected