static void PrintU() { Turtle.Angle = 180; for (int i = 0; i < 3; i++) { Turtle.Move(25); Turtle.TurnLeft(); } }