MCPcopy 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

1if __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_buzzFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected