Skip to content

Instantly share code, notes, and snippets.

@AiHiro
Last active February 5, 2016 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AiHiro/b7a8c1ea461f1128b57e to your computer and use it in GitHub Desktop.
Save AiHiro/b7a8c1ea461f1128b57e to your computer and use it in GitHub Desktop.
find_message = lambda text: ''.join(filter(str.isupper, text))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment