Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ words.py
File
words.py
old/old-code/words.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
name = raw_input(
'Enter file:'
)
2
handle = open(name,
'r'
)
3
text = handle.read()
4
words = text.split()
Callers
nothing calls this directly
Calls
4
read
Method · 0.80
split
Method · 0.80
get
Method · 0.45
items
Method · 0.45
Tested by
no test coverage detected