Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/engineer-man/youtube
/ p2.py
File
p2.py
aoc2018/day2/p2.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
Levenshtein
2
3
inputs = open(
'inputs.txt'
).read().strip().split(
'\n'
)
4
Callers
nothing calls this directly
Calls
2
range
Function · 0.85
open
Function · 0.50
Tested by
no test coverage detected