turtle is a pre-installed Python library thatΒ enables users to create pictures and shapes by providing them with a virtual canvas. The onscreen pen that you use for drawing is called the turtle and this is what gives the library its name.
from sketchpy import library as lib
obj = lib.tom_holland()
obj.draw()