[Tutor] newbie programmer

Magnus Lyckå magnus@thinkware.se
Wed Jun 4 10:18:01 2003


At 07:22 2003-06-04 -0500, Mike Wagman wrote:
>and see if there were a way to clear the screen.

I think we've been down that track before. There
is no platform independent way to clear screens
at least, so it's not directly supported in python
through any builtin function.

Easiest in a DOS-box is probably "os.system('CLS')"


--
Magnus Lycka (It's really Lyckå), magnus@thinkware.se
Thinkware AB, Sweden, www.thinkware.se
I code Python ~ The Agile Programming Language