# include<iostream> using namespace std; int main(){ char ch; cin>>ch; ch=ch+32; cout<<ch; return 0; }