from kroete import Kroete t = Kroete() for i in range(5): t.forward(200) t.left(144)