#include<stdio.h>
int main ()
{
    char Z ;
    scanf ("%c",&Z,);
    printf("The Character is :"%c,Z);
    return 0;
}