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.
On 1/10/06, Nico Grubert <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I have a string 'Michèle' that represents the firstname of a person.
>
> What
I want my http server to return a default form, regardless of the GET
request, but I'm a bit of a noob and have no idea how. I'm trying to
write a platform-independent captured portal for my wireless AP. This
is what I have:
#!/usr/bin/env python
import CGIHTTPServer
import BaseHTTPServer
class