+ 1
My_turtle = turtle.Turtle() My_turtle.forward(100) My_turtle.right(90) My_turtle.right(40) My_turtle.right(90)
Why my code gives me error Please tell me
1 Answer
+ 5
Mudasir Ali turtle module not supported here in codeplayground of python. But you can execute turtle module by embedding it with web With skulpt like this way
https://code.sololearn.com/WNSgTBRq6Wuj/?ref=app