Advertisement
Transformator

python004

Oct 15th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. for current in xrange(10):
  2.     a = [i for i in letters]
  3.     for y in xrange(current):
  4.       a = [x+i for i in letters for x in a]
  5.       a = a[startpoint:]
  6.       for password in a:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement