@_@ i see

On 7/12/07, Paulo Nuin <[EMAIL PROTECTED]> 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@python.org
> http://mail.python.org/mailman/listinfo/tutor
>


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to