py turtle methods code example Example 1: how to import turtle in Python import turtle win = turtle.Screen() Example 2: how to draw in python import turtle