estilos = ['Hip-Hop', 'Rock', 'Rap', 'Pop'] for estilo in estilos: if estilo == "Rock": break print(estilo)