Skip to content

Instantly share code, notes, and snippets.

@anandtripathi5
Last active February 13, 2022 23:48
Show Gist options
  • Save anandtripathi5/720914468cf43eddf78ec4ca7fb46426 to your computer and use it in GitHub Desktop.
Save anandtripathi5/720914468cf43eddf78ec4ca7fb46426 to your computer and use it in GitHub Desktop.
Beautiful is better than ugly
if (is_valid(a) && b == 0 || s == 1)
# or
if is_valid(a) and not b or s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment