Skip to content

Instantly share code, notes, and snippets.

@diegocardoso93
Created August 9, 2019 03:18
Show Gist options
  • Save diegocardoso93/f0af02b1d06e4d0b788b210f12dc951c to your computer and use it in GitHub Desktop.
Save diegocardoso93/f0af02b1d06e4d0b788b210f12dc951c to your computer and use it in GitHub Desktop.
import math
if (
4 == 4 == 4 ==
1+1+1+1 == 8-1-1-1-1 ==
2*2 == 8/2 ==
math.pow(1,999)+3 == math.pow(2,2) ==
2**2 == math.log(16,2) ==
math.log(16)/math.log(2) ==
math.log10(16)/math.log10(2) ==
1<<2 == 8>>1 ==
abs(-4) == abs(~(2|3)) ==
12&20 == math.log(math.exp(4))
):
print("IN CRI VEL")
else:
print("FA LH OU")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment