Untitled

 avatar
unknown
plain_text
10 months ago
129 B
4
Indexable
estilos = ['Hip-Hop', 'Rock', 'Rap', 'Pop']

for estilo in estilos:
    if estilo == "Rock":
        break
    print(estilo)
Editor is loading...
Leave a Comment