Skip to content

Instantly share code, notes, and snippets.

@pixyfox
Last active March 1, 2021 19:30
Show Gist options
  • Save pixyfox/0997e541645ba9cdcf0bf748d68936ea to your computer and use it in GitHub Desktop.
Save pixyfox/0997e541645ba9cdcf0bf748d68936ea to your computer and use it in GitHub Desktop.
# keywords
keywords = ['apple', 'facebook', 'bitcoin']
keywords.sort() # Sort the list
# locations
geo = ['US', 'AU', 'GB', 'DE']
geo.sort()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment