import random s = 'abcde.....wxyzABCDE......WXYZ1234567890!@#$%^&*()-=+_' print ''.join(random.sample(s, 20))