from kroete import Kroete t = Kroete() for i in range(12): t.forward() t.left(30)