Skip to content

Instantly share code, notes, and snippets.

@zhanglongqi
Last active November 28, 2015 10:55
Show Gist options
  • Save zhanglongqi/3856767f70cd3e34fd15 to your computer and use it in GitHub Desktop.
Save zhanglongqi/3856767f70cd3e34fd15 to your computer and use it in GitHub Desktop.
clear terminal in python
absolutely_unused_variable = os.system('cls' if os.name=='nt' else 'clear')
@zhanglongqi
Copy link
Author

Ctrl + l also works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment