MCPcopy
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

1name = raw_input('Enter file:')
2handle = open(name, 'r')
3text = handle.read()
4words = text.split()

Callers

nothing calls this directly

Calls 4

readMethod · 0.80
splitMethod · 0.80
getMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected