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.
9 odpowiedzi
+ 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 : )
+ 4
D.Connect_Zone it's just like this code of mine.
https://code.sololearn.com/cdrJXTZYDlAs/?ref=app
+ 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 👍
+ 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. :)
+ 2
Thanks Ipang. :)
+ 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.
+ 1
:( sad .
+ 1
I change it to make it work here , just learning some basic https://code.sololearn.com/c5gOhNL1f9Yu/?ref=app
+ 1
Alright D.Connect_Zone ,
I got your point, no problem buddy,
Neat code, well indented too 👍