The import turtle statement loads the turtle module into memory so the Python interpreter can use it. code example
Example: how to import turtle in Python
import turtle
win = turtle.Screen()
import turtle
win = turtle.Screen()