Skip to content

Instantly share code, notes, and snippets.

@humitos
Created November 10, 2016 02:18
Show Gist options
  • Save humitos/1ee983066d4e2f5191e6348e27a2a502 to your computer and use it in GitHub Desktop.
Save humitos/1ee983066d4e2f5191e6348e27a2a502 to your computer and use it in GitHub Desktop.
[21:07] humitos: ~> python
Python 2.7.12 (default, Jul 18 2016, 15:02:52)
[GCC 4.8.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from __future__ import unicode_literals
>>> 'a'
u'a'
>>> # :)
...
>>> import md5
>>> md5.md5().hexdigest()
'd41d8cd98f00b204e9800998ecf8427e'
>>> # :'(
...
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment