Skip to content

Instantly share code, notes, and snippets.

@andeoliveira
Last active March 21, 2021 22:29
Show Gist options
  • Save andeoliveira/6057a87f662b03c3bf88c9e1aae9a0a2 to your computer and use it in GitHub Desktop.
Save andeoliveira/6057a87f662b03c3bf88c9e1aae9a0a2 to your computer and use it in GitHub Desktop.
Tupla no Python
#Tupla no Python
tupla_bandas = ("Metallica","AC/DC","The Who","Ramones")
print(type(tupla_bandas)) #tuple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment