Skip to content

Instantly share code, notes, and snippets.

@joepreludian
Created September 16, 2014 16:43
Show Gist options
  • Save joepreludian/2309ce2c598b35ab91d4 to your computer and use it in GitHub Desktop.
Save joepreludian/2309ce2c598b35ab91d4 to your computer and use it in GitHub Desktop.
Uma forcinha =P
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