Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ soft.py
File
soft.py
code3/soft.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
txt =
'but soft what light in yonder window breaks'
2
words = txt.split()
3
t = list()
4
for
word in words:
Callers
nothing calls this directly
Calls
4
list
Function · 0.85
print
Function · 0.85
split
Method · 0.80
append
Method · 0.45
Tested by
no test coverage detected