using static System.Console;
public class Program {
public static void Main() {
string name = "Girl";
Write(name is "Girl" or "girl");
}