Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created May 26, 2017 20:58
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 codecademydev/1c1ba141990f64fb5ac747f460918247 to your computer and use it in GitHub Desktop.
Save codecademydev/1c1ba141990f64fb5ac747f460918247 to your computer and use it in GitHub Desktop.
Codecademy export
bool_one = False and False is False
bool_two = -(-(-(-2))) == -2 and 4 >= 16**0.5 is False
bool_three = 19 % 4 != 300 / 10 / 10 and False is False
bool_four = -(1**2) < 2**0 and 10 % 10 <= 20 - 10 * 2 is True
bool_five = True and True is True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment