Skip to content

Instantly share code, notes, and snippets.

@andeoliveira
Created March 21, 2021 23:21
Show Gist options
  • Save andeoliveira/cc0c0d245390228490fedac1a67fbce3 to your computer and use it in GitHub Desktop.
Save andeoliveira/cc0c0d245390228490fedac1a67fbce3 to your computer and use it in GitHub Desktop.
Set Vazio no Python
#Criar um set vazio.
bandas_rock = set()
print(type(bandas_rock)) #<class 'set'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment