Python interpreter clear console screen


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

in windows

posted @   庚武  Views(331)  Comments(0Edit  收藏  举报
点击右上角即可分享
微信分享提示