Skip to content

Instantly share code, notes, and snippets.

@lunaroyster
Forked from anonymous/Stringlengthsort.py
Created August 17, 2017 10:42
Show Gist options
  • Save lunaroyster/25e77a27519fdf8bd3f5a453f6b78c0e to your computer and use it in GitHub Desktop.
Save lunaroyster/25e77a27519fdf8bd3f5a453f6b78c0e 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