python with turtle example code
Example 1: how to import turtle in Python
import turtle
win = turtle.Screen()
Example 2: python turtle tutorial
>>> s = turtle.getscreen()
import turtle
win = turtle.Screen()
>>> s = turtle.getscreen()