[Tutor] Form values

Kent Johnson kent37 at tds.net
Fri Jul 17 19:36:15 CEST 2009


On Fri, Jul 17, 2009 at 12:43 PM, <keithabt at beyondbb.com> wrote:
> Hi, I am reading values from a form and writing them to a text file. I keep getting
> a syntax error for outfile=open("filename", "a")I cant see it, does any body else.

Indentation problems can cause mysterious syntax errors. Use a text
editor that can show spaces and tabs and make sure your indentation is
consistent.

Kent


More information about the Tutor mailing list