Skip to content

Instantly share code, notes, and snippets.

@lehanto
Created June 26, 2015 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lehanto/122412df74d54d6bb934 to your computer and use it in GitHub Desktop.
Save lehanto/122412df74d54d6bb934 to your computer and use it in GitHub Desktop.
dict
# -*- coding: utf-8 -*-
dic = {}
print dic
dic['YEAR'] = '2015'
dic['MONTH'] = '06'
dic['DAY'] = '26'
print dic['DAY']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment