Created
September 16, 2014 16:43
-
-
Save joepreludian/2309ce2c598b35ab91d4 to your computer and use it in GitHub Desktop.
Uma forcinha =P
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
import string | |
l, m, email = string.ascii_lowercase, [], '' | |
k = [4, 12, 0, 8, 11, 7, 4, 13, 17, 8, 16, 20, 4] | |
for key in k: | |
email += l[key] | |
print '%[email protected]' % email |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment