Skip to content

Instantly share code, notes, and snippets.

@romach
Last active April 10, 2017 21:42
Show Gist options
  • Save romach/996a1bce907b97e6f761051065aa7e77 to your computer and use it in GitHub Desktop.
Save romach/996a1bce907b97e6f761051065aa7e77 to your computer and use it in GitHub Desktop.
Create variable
# 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