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" + suffixHTH. -- ------------------------------------------------------------------------ Miki Tebeka <[EMAIL PROTECTED]> http://tebeka.bizhat.com The only difference between children and adults is the price of the toys
pgpAuvVLaeMj2.pgp
Description: PGP signature
-- http://mail.python.org/mailman/listinfo/python-list
