Python interpreter clear console screen


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

in windows

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