11# ` 16 ` Techno Beats
2+ 23You are working with a DJ and he needs a program that can create a beats for his songs.
34
45## 📝Instructions:
56
6- 1 . Create a function lyrics_generator that receives a list. The list passed to the function will be something like this:
7+ 1 . Create a function called ` lyrics_generator ` that receives a list. The list passed to the function will be something like this:
78
89``` py
910 [0 ,0 ,1 ,1 ,0 ,0 ,0 ]
@@ -25,19 +26,12 @@ If you find the number `1` three times in a row, you should ALSO ADD to the stri
2526
2627- Declare a variable to count and sum
2728
28- 2929## Expected result:
3030
3131``` py
32- + Expected Function Output:
33- 34- A string which should be comprise of `Boom` or `Drop the base` or !!! Break the base!!!
35- 36- + Excepted Output:
37- 3832Boom Boom Drop the base Drop the base Boom Boom Boom
3933Boom Boom Drop the base Drop the base Drop the base !!! Break the base!!! Boom Boom Boom
4034Boom Boom Boom
4135Drop the base Boom Drop the base
4236Drop the base Drop the base Drop the base !!! Break the base!!!
43- ```
37+ ```
0 commit comments