xxxxxxxxxx
1
import turtle
2
3
t = turtle.Turtle()
4
t.forward(100)
5
6
print ("Teaching Python Editor")