The mistakes done in the turtle library
1 : saving the file as “turtle.py”
2 : using the lower case for library as turtle.turtle()….the correct form is turtle.Turtle()
3 : if you have done the first mistake of saving the file as “turtle.py” don’t rename the file in the same folder …try a new place to save the file.
Go to Source
Author: Suchit Borge