Skip to content

Instantly share code, notes, and snippets.

@unionx
Created January 19, 2015 19:20
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 unionx/cc91ff0d0a9c65f0bacc to your computer and use it in GitHub Desktop.
Save unionx/cc91ff0d0a9c65f0bacc to your computer and use it in GitHub Desktop.
化妆品整理
#!/usr/bin/env python
makeupItem = {
'name': '香奈儿8号',
'category': '香水',
'price': 780,
'description': '一些评价blablabla'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment