Python
import turtle as t for _ in range(10): t.forward(100) t.left(360/10)