how to change the console background color in python

Solutions on MaxInterview for how to change the console background color in python by the best coders in the world

showing results for - "how to change the console background color in python"
Anna
07 Jul 2016
1import os
2
3os.system('color 8f')
4