Last active
April 10, 2017 21:42
-
-
Save romach/996a1bce907b97e6f761051065aa7e77 to your computer and use it in GitHub Desktop.
Create variable
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
# int | |
age = 30 | |
# float | |
price = 1.25 | |
# boolean | |
alive = True | |
dead = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment