Untitled
unknown
plain_text
a year ago
129 B
9
Indexable
estilos = ['Hip-Hop', 'Rock', 'Rap', 'Pop']
for estilo in estilos:
if estilo == "Rock":
break
print(estilo)Editor is loading...
Leave a Comment
estilos = ['Hip-Hop', 'Rock', 'Rap', 'Pop']
for estilo in estilos:
if estilo == "Rock":
break
print(estilo)