Skip to content

Instantly share code, notes, and snippets.

@kosugi
Created December 17, 2013 03:10
Show Gist options
  • Select an option

  • Save kosugi/7999377 to your computer and use it in GitHub Desktop.

Select an option

Save kosugi/7999377 to your computer and use it in GitHub Desktop.
xs = '''
accounts.google.com
google.co.jp
mail.google.com
www.google.co.jp
www.youtube.com
youtube.com
'''.strip().split()
sorted(xs, key=lambda v:'.'.join(reversed(v.split('.'))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment