Serious Question for me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Serious Question for me?

Why is the color code doesn't works here in Sololearn Python playground? like this : "\033[32m" I mostly code there in Qpython app and paste here to check and save. And if that doesn't works here then how do i get or make text color change.

10th Sep 2019, 8:56 AM
★«D.Connect_Zone»
★«D.Connect_Zone» - avatar
9 Answers
+ 4
AFAIK that's not possible because your code is sent to SoloLearn server, and executed there, the output is returned as plain text disregarding whether it succeeded or failed, no colour or formatting is used, just the text output, that is, if your code outputs anything : )
10th Sep 2019, 9:15 AM
Ipang
10th Sep 2019, 9:27 AM
Jella
Jella - avatar
+ 2
But you already got QPython, why test in SoloLearn? But with offline tools I guess the app will be bigger for download and updates, when the compilers/interpreters and all gets updates too. Separate apps is okay though 👍
10th Sep 2019, 9:30 AM
Ipang
+ 2
No wanted to save it here public for other to view learn as m also learning .. But any way thanks again for detail clarifying. :)
10th Sep 2019, 9:32 AM
★«D.Connect_Zone»
★«D.Connect_Zone» - avatar
+ 2
Thanks Ipang. :)
10th Sep 2019, 9:39 AM
★«D.Connect_Zone»
★«D.Connect_Zone» - avatar
+ 1
Yep , sad i write long code using Qpython. Forgot here it requires internet connection to connect to there server. May be they should add offline compiler seperate haha. Sololearn Lite and Sololearn seperate app XD.
10th Sep 2019, 9:19 AM
★«D.Connect_Zone»
★«D.Connect_Zone» - avatar
+ 1
:( sad .
10th Sep 2019, 9:29 AM
★«D.Connect_Zone»
★«D.Connect_Zone» - avatar
+ 1
I change it to make it work here , just learning some basic https://code.sololearn.com/c5gOhNL1f9Yu/?ref=app
10th Sep 2019, 9:35 AM
★«D.Connect_Zone»
★«D.Connect_Zone» - avatar
+ 1
Alright D.Connect_Zone , I got your point, no problem buddy, Neat code, well indented too 👍
10th Sep 2019, 9:38 AM
Ipang