|
|
|
|
|
by kennu
5227 days ago
|
|
I wrote program for that, will this do? for x in chain.from_iterable((product(*repeat(string.ascii_uppercase + ',.!? ', n)) for n in xrange(1, 2**32))): print ''.join(x)
It's currently limited to 4GB though. I am also afraid it will produce content that infringes someone elses existing rights. |
|