Skip to content

Instantly share code, notes, and snippets.

@raeq
Created May 5, 2020 18:55
Show Gist options
  • Save raeq/d0b320a218543363dd884306b028e23e to your computer and use it in GitHub Desktop.
Save raeq/d0b320a218543363dd884306b028e23e to your computer and use it in GitHub Desktop.
recorded_birds = ["crow", "sparrow", "sparrow", "sparrow", "crow", "robin"]
recorded_species:set = set(recorded_birds)
print(recorded_birds)
print(recorded_species)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment