Online Python Compiler Try This import turtle t = turtle.Turtle() t.forward(100) print "Hello World" Run