+ 2
Why i can't use import function to import turtle in the python programs. It shows errors to me. What can i do, plz help me out??
3 Antworten
+ 4
Import is not a function, it is a statement. So, use "import turtle" instead of "import(turtle)" for importing things. If it doesn't work, then SoloLearn's Code Playground probably doesn't support it.
+ 3
ohhk thanks for the help..
+ 3
Try this for using turtle in SL
https://www.sololearn.com/post/30297/?ref=app