Respuesta :
Answer:
i could be completely wrong, but my guess is "while"
Explanation:
Jamal wants to create a program that will play music during the afternoon. The kind of loop that should be used in the program is option 1. while.
What is a while loop?
A "While" Loop is used to copy a selected block of code an unknown variety of times, till a situation is met. For example, if we need to invite a person for a range of between 1 and 10, we do not know how often the person might also additionally input a bigger variety, so we hold asking "whilst the variety isn't among 1 and 10".
To make the 2 lists seem aspect-with the aid of using-aspect, you may use zip mixed with a for loop. It will flip the lists into units of tuples that then will seem in an almost-tabular layout while printed.
Read more about the while loop :
https://brainly.com/question/19344465
#SPJ2