Turtle graphics is a feature of the Logo programming language from the 1960's. Turtle is now a feature of many programming languges including Python.
Turtle graphics makes use of x & y cooridinates and orientation to draw features on the screen.
It has become a popular method of learning the basics of programming in a more visual way.