0
How to use sculpt in web in sololearn?
Also,May I use tkinter, pygame in sololearn using sculpt? I'm not experienced with JS(web) so if you've found/have a sample code in code playground, plz do share with me because I've seen some codes using sculpt but couldn't found it now when needed.
3 Answers
+ 2
Arctic Fox
You can't write python code. Turtle has own features. You can write anything using write method of turtle.
turtle.write("Hello World") //it will display on screen.