Created
November 10, 2016 02:18
-
-
Save humitos/1ee983066d4e2f5191e6348e27a2a502 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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