[Tutor] curses.wrapper() question

Michael Janssen Janssen@rz.uni-frankfurt.de
Thu Jul 17 18:51:02 2003


On Thu, 17 Jul 2003, Alan Gauld wrote:

> [Alex]
> > for y in range(0,100):
> > for x in range(0,100):
> > try: pad.addch(y,x, ord('a') + (x*x+y*y) % 26)
> > except curses.error: pass
>
> Again I assume mail is messing up the necessary indentation?

it was right for me but yet another proof of the saying that tabs are
evil ;-)

Michael