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