Skip to content

Instantly share code, notes, and snippets.

@annacruz
Created August 28, 2012 01:29
Show Gist options
  • Save annacruz/3494100 to your computer and use it in GitHub Desktop.
Save annacruz/3494100 to your computer and use it in GitHub Desktop.
Truth Table
True and True is True
True and False is False
False and True is False
False and False is False
True or True is True
True or False is True
False or True is True
False or False is False
Not True is False
Not False is True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment