Skip to content

Instantly share code, notes, and snippets.

@tapanhp
Created January 22, 2019 12:37
Show Gist options
  • Save tapanhp/921486d1e854e081424e814df856239f to your computer and use it in GitHub Desktop.
Save tapanhp/921486d1e854e081424e814df856239f to your computer and use it in GitHub Desktop.
operator
# not 6 + 5 **(3//2) - 5 > 5
# (6 * 3 > 5) and ((6//3) + 5 - 9 * 2 **3 < 56)
# ((6//3) + 5 - 9 * 2 **3 > 56) or 18 * 2 + 9//2 *(4-5) > 56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment