Clear Python Console in WIndows Linux and OS X

Published: 29 December 2018
on channel: OSPY
1,492
4

Clear Python Interpreter Console Windows, MAC OS X and Linux
import os
os.system('cls')
os.system('clear')
os.system('cls' if os.name == 'nt' else 'clear')


Watch video Clear Python Console in WIndows Linux and OS X online without registration, duration hours minute second in high quality. This video was added by user OSPY 29 December 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,492 once and liked it 4 people.