Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
fizzbuzz(x):
2
""
"FizzBuzz challenge
3
scan through 1 to 100 and tell which numbers are fizz, buzz, or fizzbuzz
4
fizz - a number divisible by 3
Callers
1
Solution2.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected