Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fizzbuzz.py
File
fizzbuzz.py
wasm/demo/snippets/fizzbuzz.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
for
i in range(1, 100):
2
print(f
"{i} "
, end=
""
)
3
if
not i % 3:
4
print(
"fizz"
, end=
""
)
Callers
nothing calls this directly
Calls
1
print
Function · 0.50
Tested by
no test coverage detected