Sololearn not support turtle and tkinter module | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Sololearn not support turtle and tkinter module

When I trying to post a python code using the module turtle and tkinter it show error I think sololearn need to add this feature in their ide Do you agree with this ?

9th Jun 2019, 11:28 AM
Deepak Bhamla
Deepak Bhamla - avatar
4 Answers
+ 6
Many want it, but it's not easy to do, because you would need a full python runtime as part of the app, and then, being fair to the other languages, for all of them as well, making this app a memory monstrosity.
9th Jun 2019, 11:34 AM
HonFu
HonFu - avatar
+ 6
I agree. Show me your code.Deepak Bhamla HonFu I could make it work.
9th Jun 2019, 12:03 PM
Jella
Jella - avatar
+ 2
HonFu import turtle from random import choice,randint x=("blue","red","black") for _ in range(500): turtle.pencolor(choice(x)) turtle.circle(randint(100,100)) turtle.right(randint(1,100))
9th Jun 2019, 12:39 PM
Deepak Bhamla
Deepak Bhamla - avatar
0
I agree.
16th Jun 2019, 3:35 PM
Pneuma
Pneuma - avatar