[Tutor] green brackets?

elis aeris hunter92383 at gmail.com
Wed Jul 11 22:57:15 CEST 2007


@_@ i see

On 7/12/07, Paulo Nuin <nuin at genedrift.org> wrote:
>
> Hi
>
> f.write("n\") should be
>
> f.write("\n")
>
> Paulo
>
> elis aeris wrote:
> > def mousemove(x,y):
> >     f.write("n\")
> >     f.write("command" + " =" + " mousemove\n")
> >     f.write("parameter_1 = " + str(x) + "\n")
> >     f.write("parameter_2 = " + str(y) + "\n")
> >     f.write("n\")
> >
> >
> >
> >
> >
> > for some reason that last bracket of the 2nd and last line line in
> > IDLE  are green.\
> > why is that?
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > http://mail.python.org/mailman/listinfo/tutor
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20070712/38c4e09b/attachment.html 


More information about the Tutor mailing list