Created
June 21, 2016 02:27
-
-
Save lbattaglioli2000/da8c698f15bdcdd37474bda5e2406391 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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