Python interpreter clear console screen


>>> clear =lambda: os.system('cls')
>>> import os
>>> clear()

in windows

posted @ 2012-02-03 11:39  庚武  Views(338)  Comments(0)    收藏  举报