using System;
class Program
{
static void Main()
string name = "ани";
string result = name.ToLower();
}