MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / fizzbuzz

Function fizzbuzz

Hackerrank_problems/FizzBuzz/Solution2.py:1–1  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1def fizzbuzz(x):
2"""FizzBuzz challenge
3scan through 1 to 100 and tell which numbers are fizz, buzz, or fizzbuzz
4fizz - a number divisible by 3

Callers 1

Solution2.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected