#include<bits/stdc++.h> using namespace std; int main(){ char c; scanf("%c",&c); c=c+32; printf("%c",c); return 0; }