Skip to content

Instantly share code, notes, and snippets.

@andeoliveira
Last active March 21, 2021 20:33
Show Gist options
  • Save andeoliveira/455b36b8a188fd4a835ce63cff9e3e8f to your computer and use it in GitHub Desktop.
Save andeoliveira/455b36b8a188fd4a835ce63cff9e3e8f to your computer and use it in GitHub Desktop.
Coleções Python
#Listas no Python
lista_bandas = ["Metallica","AC/DC","The Who","Ramones"]
print(lista_bandas) #["Metallica","AC/DC","The Who","Ramones"]
@andeoliveira
Copy link
Author

Exemplo de lista no Python - exemplo 01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment