Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ sol2.py
File
sol2.py
project_euler/problem_22/sol2.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
main():
2
name = [
3
"MARY"
,
"PATRICIA"
,
"LINDA"
,
"BARBARA"
,
"ELIZABETH"
,
"JENNIFER"
,
"MARIA"
,
"SUSAN"
,
"MARGARET"
,
"DOROTHY"
,
4
"LISA"
,
"NANCY"
,
"KAREN"
,
"BETTY"
,
"HELEN"
,
"SANDRA"
,
"DONNA"
,
"CAROL"
,
"RUTH"
,
"SHARON"
,
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected