python turtle how to make turtle very small or invisible code example
Example 1: how to hide turtle in python
>>> turtle.hideturtle()
Example 2: setheading in python
turtle.setheading(direction) #set the direction for turtle
>>> turtle.hideturtle()
turtle.setheading(direction) #set the direction for turtle