7 Réponses
+ 24
The Code Playground Supports Only The Command Line Output Not The GUI For Example This Code Here Should Output A Red Text But It Will Output Only The Color Encoding
https://code.sololearn.com/caIUxjFOd6MZ/?ref=app
Note : SoloLearn Servers Are Windows Servers And The Installed Library Doesn't Support Tkinter It I'll Just Say That It's Not Supported On This Platform
+ 2
@Benjamin Smylie, I wasn’t meaning to imply that Tkinter is a third-party module.
+ 1
Code Playground does not support Tkinter, a standard module, or any third-party, not standard, Python modules.
+ 1
@RuthlessDust Ah, sorry! I misread it, I see what you meant now. I seriously haven't woken up yet :P
+ 1
@Benjamin Smylie Lol, it’s fine.
0
I believe he is right
0
@RuthlessDust You're right that it doesn't necessarily support third-party modules, but Tkinter is included with python as standard, it's not third party. Tkinter isn't supported here because the code playground only supports console output.