Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ Solution2.py
File
Solution2.py
Hackerrank_problems/FizzBuzz/Solution2.py:None–None ·
view source on GitHub ↗
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
nothing calls this directly
Calls
1
fizzbuzz
Function · 0.85
Tested by
no test coverage detected