On Sun, 2005-01-02 at 11:31, jcollins wrote:
> Is there a command in Python to clear the screen?  That is without writing
> multiple blank lines.

Without knowing what 'screen' you're talking about, it's hard to say. If
you mean clearing a terminal, you can call 'tput clear' or
'/usr/bin/clear' on many UNIX systems; no idea about Windows.

--
Craig Ringer

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to