#include<bits/stdc++.h> using namespace std; int main(){ char a,b; cin>>a; b=a+32; cout<<b; return 0; }