Please help for Python programming

Terry Reedy tjreedy at udel.edu
Tue Mar 22 14:45:33 EST 2005


"M.E.Farmer" <mefjr75 at hotmail.com> wrote in message 
news:1111498629.199676.249430 at z14g2000cwz.googlegroups.com...
> Terry,
> This was posted from google groups, can you see the indents?

Yes, looks good

> # code snippet
>    convertpage = 0
>    form = None
>    for o, a in opts:
>        if o in ["-h", "--help"]:
>            Usage()
>            sys.exit()
>        if o in ["-o", "--output", "--out"]:
>            output = a
>        if o in ["-i", "--input", "--in"]:
>            input = a
>            if input in [".", "cwd"]:
>                input = os.getcwd()
>
> Notice the 'fixed font / proportional font' link in the top right
> corner.

I presume this is on the Google page.

> I think they have "fixed" the problem.

Great.  Now people have to learn to use the fixed font choice.

TJR






More information about the Python-list mailing list