String question - find all possible versions of a person's firstname

Nico Grubert nicogrubert at gmail.com
Wed Jan 11 02:36:14 EST 2006


> This sounds like a homework problem.  You might try splitting the name
> at the e's, check the length of the resulting list and do that many
> nested loops.

This was my idea too but I am wondering if there are any scripts for 
tasks like this.

Nico



More information about the Python-list mailing list