Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ fizzbuzz.py
File
fizzbuzz.py
05_functions/python/fizzbuzz.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
if
__name__ ==
"__main__"
:
2
# not possible as lambda
3
def
fizz_buzz(x):
4
if
x % 15 == 0:
Callers
nothing calls this directly
Calls
2
fizz_buzz
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected