Why doesn't Tkinter work in SoloLearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why doesn't Tkinter work in SoloLearn

I have just learned how to use Tkinter for GUI. But when I run it on SoloLearn, it says that this Python version does not support importing Tkinter. Them what version of Python does SoloLearn use? Why can't I use Tkinter? https://code.sololearn.com/cy708QR2NERk/?ref=app

28th Nov 2019, 8:26 AM
Ahnaf
Ahnaf - avatar
2 Answers
+ 4
Sololearn uses Latest version of Python, The reason why you can not use Tkinter in Sololearn is be because it only supports console based Programs, no GUI.
28th Nov 2019, 8:45 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 3
Yes code playground is only useful for basic programming.
28th Nov 2019, 9:07 AM
Sonic
Sonic - avatar