Skip to content

Instantly share code, notes, and snippets.

@lbattaglioli2000
Created June 21, 2016 04:12
Show Gist options
  • Save lbattaglioli2000/790f6d96c92dd227a00b0736a89d0dd1 to your computer and use it in GitHub Desktop.
Save lbattaglioli2000/790f6d96c92dd227a00b0736a89d0dd1 to your computer and use it in GitHub Desktop.
older35 = True
citizen = False
#compares the two operands to see if one or more is True
canBePresident = older35 or citizen
print("Can be president: " str(canBePresident))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment