Well, it worked in Java, why not in Python. Is some old code I am
"translating" to Python.


2013/4/8 John Tromp <john.tr...@gmail.com>

> > System.out.println("= Evil Tesuji\n\n");
>
> println adds another newline, for a total of 3.
>
> > In Python I am trying with:
> >
> > sys.stdout.write("= "+self.param.name+"\n\n")
>
> only 2 newlines?!
>
> -John
> _______________________________________________
> Computer-go mailing list
> Computer-go@dvandva.org
> http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
>
_______________________________________________
Computer-go mailing list
Computer-go@dvandva.org
http://dvandva.org/cgi-bin/mailman/listinfo/computer-go

Reply via email to