import java.util.*;
public class AllSmallLet {
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
String str = sc.nextLine();
str = str.toLowerCase();
System.out.println(str);
}
}
// function to validate the entry made by user in user form function validateEntry (){ // declare a variable and referernece of active goog...