Skip to content

Instantly share code, notes, and snippets.

@lbattaglioli2000
Created June 21, 2016 02:27
Show Gist options
  • Save lbattaglioli2000/da8c698f15bdcdd37474bda5e2406391 to your computer and use it in GitHub Desktop.
Save lbattaglioli2000/da8c698f15bdcdd37474bda5e2406391 to your computer and use it in GitHub Desktop.
# create a variable containing a True boolean
canBePresident = True
# print the boolean value along with a message
print("You can be president: " + str(canBePresident))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment