MCPcopy 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

1for 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

printFunction · 0.50

Tested by

no test coverage detected