+ 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

3rd Aug 2019, 6:51 AM
Mudasir Ali
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
3rd Aug 2019, 7:16 AM
GAWEN STEASY
GAWEN STEASY - avatar