Answer
>>> import turtle
Work Step by Step
At the Python statement prompt >>>, type the following command to import the turtle module.
This command imports all functions defined in the turtle module and makes them available for you to use.
>>> import turtle