import java.io.*;

public class Leaf implements Turning
{
   public void turn()
   {
	System.out.println("Changing colors");
   }
}