Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
mulitples(limit):
2
xmulti = []
3
zmulti = []
4
z = 3
Callers
nothing calls this directly
Calls
1
mulitples
Function · 0.85
Tested by
no test coverage detected