Skip to content

Instantly share code, notes, and snippets.

@bryanyang0528
Created December 8, 2014 16:14
boolean
print int(1 != 2), (1 != 2)
#1 True
print int(1 != 1), (1 != 1)
#0 False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment