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