Skip to content

Instantly share code, notes, and snippets.

@RRRoger
Last active January 12, 2019 05:32
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 RRRoger/086a940f31a4d81569f887d2e7390261 to your computer and use it in GitHub Desktop.
Save RRRoger/086a940f31a4d81569f887d2e7390261 to your computer and use it in GitHub Desktop.
True is False
# -*- coding: utf-8 -*-
False, True = True, False
if True:
print True, 1
else:
print False, 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment