Skip to content

Instantly share code, notes, and snippets.

Created August 17, 2017 08:41
Show Gist options
  • Save anonymous/91d131df08fb02cd433a55f555167b5a to your computer and use it in GitHub Desktop.
Save anonymous/91d131df08fb02cd433a55f555167b5a to your computer and use it in GitHub Desktop.
print sorted(input("Enter your Strings: "), key=lambda string: len(string))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment