Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/satwikkansal/wtfpython
/ mixed_tabs_and_spaces.py
File
mixed_tabs_and_spaces.py
mixed_tabs_and_spaces.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
square(x):
2
sum_so_far = 0
3
for
_ in range(x):
4
sum_so_far += x
Callers
nothing calls this directly
Calls
1
square
Function · 0.85
Tested by
no test coverage detected