Last active
November 28, 2015 10:55
-
-
Save zhanglongqi/3856767f70cd3e34fd15 to your computer and use it in GitHub Desktop.
clear terminal in python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
absolutely_unused_variable = os.system('cls' if os.name=='nt' else 'clear') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ctrl + l also works