33 lines
782 B
JSON
33 lines
782 B
JSON
|
{
|
||
|
"authors": [],
|
||
|
"contributors": [
|
||
|
"behrtam",
|
||
|
"BethanyG",
|
||
|
"bsoyka",
|
||
|
"cmccandless",
|
||
|
"Dog",
|
||
|
"ikhadykin",
|
||
|
"kytrinyx",
|
||
|
"lowks",
|
||
|
"N-Parsons",
|
||
|
"pheanex",
|
||
|
"sjakobi",
|
||
|
"tqa236",
|
||
|
"yawpitch"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"raindrops.py"
|
||
|
],
|
||
|
"test": [
|
||
|
"raindrops_test.py"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.py"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Convert a number into its corresponding raindrop sounds - Pling, Plang and Plong.",
|
||
|
"source": "A variation on FizzBuzz, a famous technical interview question that is intended to weed out potential candidates. That question is itself derived from Fizz Buzz, a popular children's game for teaching division.",
|
||
|
"source_url": "https://en.wikipedia.org/wiki/Fizz_buzz"
|
||
|
}
|