Skip to content

Instantly share code, notes, and snippets.

@mrahul17
Last active March 26, 2017 12:34
Show Gist options
  • Save mrahul17/3857960c88df16da8934b50da307ffe3 to your computer and use it in GitHub Desktop.
Save mrahul17/3857960c88df16da8934b50da307ffe3 to your computer and use it in GitHub Desktop.
# Normalize strings having various forms of whitespace
" ".join(s.split())
# Ternary Operator
(1 and [a] or [b])[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment