Hello John,

>    using the following program:
> 
> 
> 
>    prefixes = "JKLMNOPQ"
> 
>    suffix = "ack"
> 
>    for letter in prefixes:
> 
>        print letter + suffix
> 
>        if prefixes == "O" or "Q"
         if (letter == "O") or (letter == "Q"):
> 
>           print letter + "u" + suffix

HTH.
--
------------------------------------------------------------------------
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys

Attachment: pgpAuvVLaeMj2.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to