Skip to content

Instantly share code, notes, and snippets.

@juandesant
Last active December 25, 2015 04:59
Show Gist options
  • Save juandesant/6921386 to your computer and use it in GitHub Desktop.
Save juandesant/6921386 to your computer and use it in GitHub Desktop.
Thanks to Javier Arantegui for his link on markup.se
from pprint import pprint
message = {
'title': 'Thanks to @javierarantegui’,
'description': 'Thank you message to Javier Arantegui (@javierarantegui) for his tip on markup.su'
}
pprint(message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment