Skip to content

Instantly share code, notes, and snippets.

@lbattaglioli2000
Created June 21, 2016 04:13
Show Gist options
  • Save lbattaglioli2000/40d7efad8e6b5834282edb34116f5f3d to your computer and use it in GitHub Desktop.
Save lbattaglioli2000/40d7efad8e6b5834282edb34116f5f3d to your computer and use it in GitHub Desktop.
illegalCitizen = True
#inverses the boolean value
canBePresident = not illegalCitizen
print("Can be president: " str(canBePresident))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment