Consola Clear Python
import sys, os
os.system('cls')
Weeke
import sys, os
os.system('cls')
### In win anaconda prompt, just type in:
cls
### In linux anaconda prompt, just type in:
clear