Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Clear the screen
- import os
- # on linux / os x
- os.system('clear')
- -------------------------------------------------
- # on windows
- os.system('cls')
- .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement