Tuesday, 7 January 2020

Python Clear the Interpreter Console

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


No comments:

Setup Windows Local Account without the Internet

During the Windows setup,  On the WiFi screen, press SHIFT + F10  or  FN + SHIFT + F10  This will open the command prompt window with admini...