Background | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Background

Python Background color?

1st May 2020, 2:47 PM
PugBlaster
PugBlaster - avatar
5 Answers
+ 1
The programs you write with Python here on Sololearn are all console-based. That's standard text output where you can't control much of anything. If you want color, you would have to write a graphical program, for example a windows application with tkinter (not possible on Sololearn). One Sololearn-compatible way would be to use Brython, which translates Python to Javascript. Then you're basically writing webcode with Python. You will, however, need some knowledge of HTML and CSS then. Take a look around Code Playground, you'll find plenty of Brython programs.
1st May 2020, 3:31 PM
HonFu
HonFu - avatar
- 1
Pyhton as i mention
1st May 2020, 2:49 PM
PugBlaster
PugBlaster - avatar
- 1
sololearn? coding playground?
1st May 2020, 2:51 PM
PugBlaster
PugBlaster - avatar
- 1
yes in the code playground if possible
1st May 2020, 2:52 PM
PugBlaster
PugBlaster - avatar
- 1
ok...
1st May 2020, 2:56 PM
PugBlaster
PugBlaster - avatar